예제 #1
0
 public static extern BOOL Process32NextA(HANDLE hSnapshot, [NativeTypeName("LPPROCESSENTRY32")] PROCESSENTRY32 *lppe);
 internal static unsafe partial bool Process32Next(nint hSnapshot, PROCESSENTRY32 *lppe);
예제 #3
0
파일: Kernel32Dll.cs 프로젝트: mo5h/omeo
 public static extern Int32 Process32NextW(void *hSnapshot, PROCESSENTRY32 *lppe);
예제 #4
0
 public static extern int Process32NextA([NativeTypeName("HANDLE")] IntPtr hSnapshot, [NativeTypeName("LPPROCESSENTRY32")] PROCESSENTRY32 *lppe);