This is the complete list of members for Microsoft.Xna.Framework.UnsafeNativeMethods, including all inherited members.
CloseHandle(IntPtr hObject) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
CreateEvent(ref SecurityAttributes lpEventAttributes, [MarshalAs(UnmanagedType.Bool)] bool bManualReset, [MarshalAs(UnmanagedType.Bool)] bool bInitialState, IntPtr lpName) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
CreateFileMapping(IntPtr hFile, SecurityAttributes *lpFileMappingAttributes, int flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
FILE_MAP_READ | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
FILE_MAP_WRITE | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
INFINITE | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
INVALID_HANDLE_VALUE | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
MapViewOfFile(IntPtr hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow, int dwNumberOfBytesToMap) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
PAGE_READONLY | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
PAGE_READWRITE | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
PAGE_WRITECOPY | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
SetEvent(IntPtr hEvent) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
STATUS_DLL_NOT_FOUND | Microsoft.Xna.Framework.UnsafeNativeMethods | static |
UnmapViewOfFile(IntPtr lpBaseAddress) | Microsoft.Xna.Framework.UnsafeNativeMethods | |
WaitForMultipleObjects(int nCount, IntPtr *handles, [MarshalAs(UnmanagedType.Bool)] bool bWaitAll, int dwMilliseconds) | Microsoft.Xna.Framework.UnsafeNativeMethods | |