Exemple #1
0
 public static extern UInt32 FilterFindNext(
     IntPtr hFilterFind,
     FltUserStructures._FILTER_INFORMATION_CLASS dwInformationClass,
     IntPtr lpBuffer,
     UInt32 dwBufferSize,
     out UInt32 lpBytesReturned
     );
Exemple #2
0
 public static extern UInt32 FilterFindFirst(
     FltUserStructures._FILTER_INFORMATION_CLASS dwInformationClass,
     IntPtr lpBuffer,
     UInt32 dwBufferSize,
     ref UInt32 lpBytesReturned,
     ref IntPtr lpFilterFind
     );