Menu

Function list: Windows Driver Functions

2008-01-01
2012-11-14
  • Nobody/Anonymous

    Hello, everyone.
    I'm a driver coder.Usually I wrote my function like this:

    NTSTATUS
    DriverEntry(
        IN PDRIVER_OBJECT  DriverObject,
        IN PUNICODE_STRING  RegistryPath
        )
    {
        .... // function body
    }
       
    The 1.2 Funtion list plugin works well with this style.
    But the 2.0 alpha do not. The function was not shown in function list.
    I tried to add my own language parsing rule. But it did not work.

    I need some help.
    I'm sorry for my poor english.
    My email address is: ns.boxcounter@gmail.com

     
    • Nobody/Anonymous

      I changed the rules between old and new version. I think this will work better:

      NTSTATUS DriverEntry( 
      IN PDRIVER_OBJECT DriverObject, 
      IN PUNICODE_STRING RegistryPath 
      )

      For next upcoming release 2.0 beta. There are again new rules and modifications. The biggest modification would be the support of Perl Compatible Reg-Ex and therefore a better recognition for such definitions.

      Best Regards
      Jens

       
    • Nobody/Anonymous

      I guess anybody could simply post their reply here, so there is no need te enter an email address. If you want to collect other people's existing email address, you can, of course.

       
      • Nobody/Anonymous

        I am sorry for this.
        Usually, I enter my email address when I post my question.If it make misunderstanding.I am very sorry.
        I just want some help.  If someone can help me,please post reply here. Thank you very much!

         
MongoDB Logo MongoDB