WinAPI: 剪切板函数


GetOpenClipboardWindow: HWND; {}


 
   
GetPriorityClipboardFormat( var paFormatPriorityList; {} cFormats: Integer {} ): Integer; {}
IsClipboardFormatAvailable( format: UINT {} ): BOOL;
EmptyClipboard: BOOL; {}
GetClipboardFormatName( format: UINT; {} lpszFormatName: PChar; {} cchMaxCount: Integer {} ): Integer; {}
EnumClipboardFormats( format: UINT {} ): UINT; {}
CountClipboardFormats: Integer;
RegisterClipboardFormat( lpszFormat: PChar {} ): UINT; {}
GetClipboardData( uFormat: UINT {} ): THandle; {}
SetClipboardData( uFormat: UINT; {} hMem: THandle {} ): THandle; {}
ChangeClipboardChain( hWndRemove: HWND; {} hWndNewNext: HWND {} ): BOOL; {}
SetClipboardViewer( hWndNewViewer: HWND {} ): HWND; {}
GetClipboardOwner: HWND; {}
GetClipboardSequenceNumber: DWORD; {}
CloseClipboard: BOOL; {}
OpenClipboard( hWndNewOwner: HWND {} ): BOOL; {}

你可能感兴趣的:(api)