Exemple #1
0
 public static extern SafeMapViewHandle MapViewOfFile(SafeWin32Handle hFileMappingObject, uint
                                                      dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow,
                                                      IntPtr dwNumberOfBytesToMap);
Exemple #2
0
 public static extern bool SetEvent(SafeWin32Handle eventHandle);
Exemple #3
0
 public static extern bool IsWow64Process(SafeWin32Handle hProcess, ref bool isWow);