Method |
Description |
|
AppendMenu ( IntPtr hMenu, uint uFlags, uint uIDNewItem, string lpNewItem ) : bool |
|
|
ClientToScreen ( IntPtr hWnd, POINT &lpPoint ) : bool |
|
|
CreateDirectoryW ( [ lpPathName, IntPtr lpSecurityAttributes ) : bool |
|
|
CreateFileW ( [ lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, IntPtr lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile ) : HANDLE |
|
|
CreateMenu ( ) : IntPtr |
|
|
CreatePopupMenu ( ) : IntPtr |
|
|
CreateWindowEx ( uint dwExStyle, string lpClassName, string lpWindowName, uint dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, int lpParam ) : IntPtr |
|
|
DeleteCriticalSection ( IntPtr &lpCriticalSection ) : void |
|
|
DeleteObject ( IntPtr hObject ) : bool |
|
|
DestroyMenu ( IntPtr hMenu ) : bool |
|
|
DestroyWindow ( IntPtr hWnd ) : bool |
|
|
DeviceIoControl ( IntPtr hDevice, uint dwIoControlCode, byte lpInBuffer, uint nInBufferSize, [ lpOutBuffer, uint nOutBufferSize, IntPtr lpBytesReturned, IntPtr lpOverlapped ) : bool |
|
|
DispatchMessage ( Message &msg ) : bool |
|
|
EnterCriticalSection ( IntPtr &lpCriticalSection ) : void |
|
|
EnumChildWindows ( IntPtr hWndParent, [ lpEnumFunc, int lParam ) : bool |
|
|
EqualRect ( RECT &lprc1, RECT &lprc2 ) : bool |
|
|
FreeLibrary ( IntPtr hModule ) : bool |
|
|
GetClientRect ( IntPtr hWnd, RECT &lpRect ) : bool |
|
|
GetFileAttributesW ( [ lpFileName ) : DWORD |
|
|
GetFullPathNameW ( [ lpFileName, DWORD nBufferLength, [ lpBuffer, [ lpFilePart ) : DWORD |
|
|
GetMessage ( Message &msg, int hWnd, uint wFilterMin, uint wFilterMax ) : bool |
|
|
GetModuleFileName ( IntPtr hModule, IntPtr lpFilename, DWORD nSize ) : DWORD |
|
|
GetProcAddress ( IntPtr hModule, string lpProcName ) : IntPtr |
|
|
GetProfileString ( string lpAppName, string lpKeyName, string lpDefault, System.StringBuilder lpReturnedString, uint nSize ) : uint |
|
|
GetShortPathNameW ( string longPath, System.StringBuilder shortPathBuffer, int bufferSize ) : int |
|
|
GetWindowLongPtr ( IntPtr hWnd, int nIndex ) : IntPtr |
|
|
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool |
|
|
ImageList_Create ( int cx, int cy, uint flags, int cInitial, int cGrow ) : IntPtr |
|
|
ImageList_Destroy ( IntPtr himl ) : bool |
|
|
ImageList_GetImageCount ( IntPtr himl ) : int |
|
|
InitCommonControlsEx ( INITCOMMONCONTROLSEX &ComCtls ) : bool |
|
|
InitializeCriticalSection ( IntPtr &lpCriticalSection ) : void |
|
|
InsertMenuItem ( IntPtr hMenu, uint uItem, bool fByPosition, MENUITEMINFO &lpmii ) : bool |
|
|
IntersectRect ( RECT &lprcDst, RECT &lprcSrc1, RECT &lprcSrc2 ) : bool |
|
|
InvalidateRect ( IntPtr hWnd, IntPtr lpRect, bool bErase ) : bool |
|
|
LeaveCriticalSection ( IntPtr &lpCriticalSection ) : void |
|
|
LoadLibraryExW ( [ lpFileName, IntPtr hFile, uint dwFlags ) : IntPtr |
|
|
MessageBox ( int h, string m, string c, int type ) : int |
|
|
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : int |
|
|
PeekMessage ( Message &msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag ) : bool |
|
|
PostMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : bool |
|
|
RedrawWindow ( IntPtr hWnd, RECT &lprcUpdate, IntPtr hrgnUpdate, uint flags ) : bool |
|
|
RegCloseKey ( uint hKey ) : int |
|
|
RegEnumKeyExW ( uint hKey, uint dwIndex, [ pName, uint pcbName, uint pReserved, [ pClass, uint pcbClass, FILETIME pftLastWrite ) : int |
|
|
RegOpenKeyExW ( uint hKey, [ pSubKey, uint ulOptions, uint samDesired, uint phkResult ) : int |
|
|
RegQueryValueExW ( uint hKey, [ pValueName, uint pReserved, uint pType, byte pData, uint pcbData ) : int |
|
|
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbSizeFileInfo, uint uFlags ) : IntPtr |
|
|
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, COLORREF lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, COLORSCHEME &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, IntPtr lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, MARGINS &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, REBARBANDINFO &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, REBARINFO &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, RECT &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, int wParam, TBBUTTONINFO &lParam ) : uint |
|
|
SendMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : uint |
|
|
SetMenu ( IntPtr hWnd, IntPtr hMenu ) : bool |
|
|
SetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr |
|
|
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool |
|
|
TrackMouseEvent ( TRACKMOUSEEVENT &lpEventTrack ) : bool |
|
|
TrackPopupMenu ( IntPtr hMenu, uint uFlags, int x, int y, int nReserved, IntPtr hWnd, RECT &prcRect ) : int |
|
|
TranslateMessage ( Message &msg ) : bool |
|
|
WaitMessage ( ) : bool |
|
|
WriteProfileString ( string section, string keyName, string value ) : bool |
|
|
__joyGetDevCapsW ( uint uJoyID, JOYCAPSW &pjc, uint cbjc ) : uint |
|
|
__joyGetNumDevs ( ) : uint |
|
|
__joyGetPos ( uint uJoyID, JOYINFO &pji ) : uint |
|
|
__joyGetPosEx ( uint uJoyID, JOYINFOEX &pji ) : uint |
|
|
__midiInClose ( uint hMidiIn ) : uint |
|
|
__midiInGetDevCaps ( [ uDeviceID, MIDIINCAPS &lpMidiInCaps, [ cbMidiInCaps ) : uint |
|
|
__midiInGetNumDevs ( ) : uint |
|
|
__midiInOpen ( uint &lphMidiIn, int uDeviceID, IntPtr dwCallback, int dwCallbackInstance, int dwFlags ) : uint |
|
|
__midiInReset ( uint hMidiIn ) : uint |
|
|
__midiInStart ( uint hMidiIn ) : uint |
|
|
__midiOutClose ( [ hMidiOut ) : uint |
|
|
__midiOutGetDevCapsA ( [ uDeviceID, MIDIOUTCAPSA &pMidiOutCaps, [ cbMidiOutCaps ) : uint |
|
|
__midiOutGetNumDevs ( ) : uint |
|
|
__midiOutLongMsg ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
__midiOutOpen ( [ lphMidiOut, [ uDeviceID, [ dwCallback, [ dwInstance, [ dwFlags ) : uint |
|
|
__midiOutPrepareHeader ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
__midiOutShortMsg ( [ hMidiOut, [ dwMsg ) : uint |
|
|
__midiOutUnprepareHeader ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
__so_midiInClose ( uint hMidiIn ) : uint |
|
|
__so_midiInGetDevCaps ( [ uDeviceID, MIDIINCAPS &lpMidiInCaps, [ cbMidiInCaps ) : uint |
|
|
__so_midiInGetNumDevs ( ) : uint |
|
|
__so_midiInOpen ( uint &lphMidiIn, int uDeviceID, IntPtr dwCallback, int dwCallbackInstance, int dwFlags ) : uint |
|
|
__so_midiInReset ( uint hMidiIn ) : uint |
|
|
__so_midiInStart ( uint hMidiIn ) : uint |
|
|
__so_midiOutClose ( [ hMidiOut ) : uint |
|
|
__so_midiOutGetDevCapsA ( [ uDeviceID, MIDIOUTCAPSA &pMidiOutCaps, [ cbMidiOutCaps ) : uint |
|
|
__so_midiOutGetNumDevs ( ) : uint |
|
|
__so_midiOutLongMsg ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
__so_midiOutOpen ( [ lphMidiOut, [ uDeviceID, [ dwCallback, [ dwInstance, [ dwFlags ) : uint |
|
|
__so_midiOutPrepareHeader ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
__so_midiOutShortMsg ( [ hMidiOut, [ dwMsg ) : uint |
|
|
__so_midiOutUnprepareHeader ( [ hMidiOut, MIDIHDR &lpMidiOutHdr, [ uSize ) : uint |
|
|
mciGetErrorStringA ( uint mcierr, [ pszText, UINT cchText ) : bool |
|
|
waveOutClose ( IntPtr hwo ) : uint |
|
|
waveOutGetPosition ( IntPtr hwo, MMTIME &pmmt, UINT cbmmt ) : uint |
|
|
waveOutOpen ( IntPtr &hWaveOut, int uDeviceID, WAVEFORMATEX &lpFormat, delegateWaveOutProc dwCallback, IntPtr dwInstance, uint dwFlags ) : uint |
|
|
waveOutPrepareHeader ( IntPtr hwo, WAVEHDR &pwh, UINT cbwh ) : uint |
|
|
waveOutReset ( IntPtr hwo ) : uint |
|
|
waveOutUnprepareHeader ( IntPtr hwo, WAVEHDR &pwh, UINT cbwh ) : uint |
|
|
waveOutWrite ( IntPtr hwo, WAVEHDR &pwh, uint cbwh ) : uint |
|
|