Method |
Description |
|
AddClipboardFormatListener ( IntPtr hwnd ) : bool |
|
|
ClientToScreen ( IntPtr hWnd, System.Point &point ) : bool |
|
|
CloseClipboard ( ) : bool |
|
|
CloseHandle ( IntPtr hObject ) : bool |
|
|
CopyIcon ( IntPtr hIcon ) : IntPtr |
|
|
CreateFile ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile ) : IntPtr |
|
|
DestroyIcon ( IntPtr hIcon ) : bool |
|
|
DeviceIoControl ( IntPtr hDevice, uint dwIoControlCode, IntPtr lpInBuffer, int nInBufferSize, IntPtr lpOutBuffer, int nOutBufferSize, uint &lpBytesReturned, IntPtr lpOverlapped ) : bool |
|
|
DeviceIoControl ( IntPtr hDevice, uint dwIoControlCode, IntPtr lpInBuffer, int nInBufferSize, UsnJournalData &lpOutBuffer, int nOutBufferSize, uint &lpBytesReturned, IntPtr lpOverlapped ) : bool |
|
|
FindFirstFile ( string lpFileName, Win32FindData &lpFindFileData ) : IntPtr |
|
|
GetClipboardData ( uint uFormat ) : IntPtr |
|
|
GetCompressedFileSizeW ( [ lpFileName, [ lpFileSizeHigh ) : uint |
|
|
GetCursorInfo ( Cursorinfo &pci ) : bool |
|
|
GetCursorPos ( System.Point &lpPoint ) : bool |
|
|
GetDC ( IntPtr ptr ) : IntPtr |
|
|
GetDesktopWindow ( ) : IntPtr |
|
|
GetDiskFreeSpaceW ( [ lpRootPathName, uint &lpSectorsPerCluster, uint &lpBytesPerSector, uint &lpNumberOfFreeClusters, uint &lpTotalNumberOfClusters ) : int |
|
|
GetFileInformationByHandle ( IntPtr hFile, ByHandleFileInformation &lpFileInformation ) : bool |
|
|
GetIconInfo ( IntPtr hIcon, Iconinfo &piconinfo ) : bool |
|
|
GetSystemMetrics ( SystemMetric smIndex ) : int |
|
|
GetSystemMetrics ( int abc ) : int |
|
|
GetWindowDC ( int ptr ) : IntPtr |
|
|
GetWindowRect ( IntPtr hwnd, Rect &lpRect ) : int |
|
|
GlobalLock ( IntPtr hMem ) : IntPtr |
|
|
GlobalUnlock ( IntPtr hMem ) : bool |
|
|
IsClipboardFormatAvailable ( uint format ) : bool |
|
|
OpenClipboard ( IntPtr hWndNewOwner ) : bool |
|
|
OpenFileById ( IntPtr hFile, FileIdDescriptor desc, uint dwDesiredAccess, int dwShareMode, int lpSecurityAttributes, int dwFlagas ) : IntPtr |
|
|
ReleaseDC ( IntPtr hWnd, IntPtr hDc ) : IntPtr |
|
|
SendInput ( uint nInputs, Input &pInputs, int cbSize ) : uint |
|
|
SetCursorPos ( int x, int y ) : long |
|
|
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr |
|
|
ZeroMemory ( IntPtr ptr, int size ) : void |
|
|