Ejemplo n.º 1
0
 public static extern UInt32 NmLoadWithNplProfile([MarshalAs(UnmanagedType.LPWStr)] String pProfileGuid, NmNplParserLoadingOption ulFlags, ParserCallbackDelegate CallbackFunction, IntPtr pCallerContext, out IntPtr phNplParser);
Ejemplo n.º 2
0
 public static extern UInt32 NmCreateFrameParserConfiguration(IntPtr hNplParser, ParserCallbackDelegate CallbackFunction, IntPtr pCallerContext, out IntPtr phFrameParserConfiguration);