Method |
Description |
|
CloseClipboard ( ) : int |
|
|
DragQueryFile ( IntPtr hDrop, uint iFile, char lpszFile, uint cch ) : uint |
|
|
EmptyClipboard ( ) : int |
|
|
GlobalAlloc ( GlobalAllocFlags flags, UIntPtr size ) : SafeGlobalAllocHandle |
|
|
GlobalFree ( IntPtr handle ) : IntPtr |
|
|
GlobalLock ( SafeGlobalAllocHandle h ) : IntPtr |
|
|
GlobalSize ( SafeGlobalAllocHandle h ) : UIntPtr |
|
|
GlobalUnlock ( SafeGlobalAllocHandle h ) : bool |
|
|
ImageList_Draw ( HandleRef himl, int i, HandleRef hdcDst, int x, int y, int fStyle ) : bool |
|
|
ImageList_GetImageCount ( HandleRef himl ) : int |
|
|
MoveMemory ( IntPtr destination, IntPtr source, UIntPtr size ) : void |
|
|
OleFlushClipboard ( ) : int |
|
|
OleGetClipboard ( Microsoft &dataObject ) : int |
|
|
OleSetClipboard ( Microsoft dataObject ) : int |
|
|
OpenClipboard ( IntPtr newOwner ) : int |
|
|
RegisterClipboardFormat ( string format ) : uint |
|
|