Esempio n. 1
0
 public static extern UInt32 NmCreateOlpBlock(UInt32 ulConditionCount, NmOlpActionFlags ulOptions, out UInt32 pulOlpBlockId);
Esempio n. 2
0
 public static extern UInt32 NmCreateOlp(UInt32 BitOffset, 
     UInt32 BitLength,
     System.Byte[] pPattern,
     NmFilterMatchMode OpMode,
     NmOlpActionFlags Options,
     out UInt32 pulOlpId);