|
static int | CloseHandle (IntPtr hObject) |
|
static IntPtr | CreateEvent (ref SecurityAttributes lpEventAttributes, [MarshalAs(UnmanagedType.Bool)] bool bManualReset, [MarshalAs(UnmanagedType.Bool)] bool bInitialState, IntPtr lpName) |
|
static int | SetEvent (IntPtr hEvent) |
|
static unsafe int | WaitForMultipleObjects (int nCount, IntPtr *handles, [MarshalAs(UnmanagedType.Bool)] bool bWaitAll, int dwMilliseconds) |
|
static unsafe IntPtr | CreateFileMapping (IntPtr hFile, SecurityAttributes *lpFileMappingAttributes, int flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName) |
|
static IntPtr | MapViewOfFile (IntPtr hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow, int dwNumberOfBytesToMap) |
|
static int | UnmapViewOfFile (IntPtr lpBaseAddress) |
|
Definition at line 6 of file UnsafeNativeMethods.cs.
The documentation for this class was generated from the following file: