ReactOS
0.4.15-dev-5608-gafb953a
|
Go to the source code of this file.
Functions | |
LRESULT | SendClipboardOwnerMessage (IN BOOL bUnicode, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
void | RetrieveClipboardFormatName (HINSTANCE hInstance, UINT uFormat, BOOL Unicode, PVOID lpszFormat, UINT cch) |
void | DeleteClipboardContent (void) |
UINT | GetAutomaticClipboardFormat (void) |
BOOL | IsClipboardFormatSupported (UINT uFormat) |
SIZE_T | GetLineExtentW (IN LPCWSTR lpText, OUT LPCWSTR *lpNextLine) |
SIZE_T | GetLineExtentA (IN LPCSTR lpText, OUT LPCSTR *lpNextLine) |
BOOL | GetClipboardDataDimensions (UINT uFormat, PRECT pRc) |
Definition at line 134 of file cliputils.c.
Referenced by MainWndProc(), and OnCommand().
Definition at line 150 of file cliputils.c.
Referenced by SetDisplayFormat().
Definition at line 248 of file cliputils.c.
Referenced by MainWndProc(), and SetDisplayFormat().
Definition at line 224 of file cliputils.c.
Referenced by DrawTextFromClipboard(), and GetClipboardDataDimensions().
Definition at line 199 of file cliputils.c.
Referenced by DrawTextFromClipboard(), and GetClipboardDataDimensions().
void RetrieveClipboardFormatName | ( | HINSTANCE | hInstance, |
UINT | uFormat, | ||
BOOL | Unicode, | ||
PVOID | lpszFormat, | ||
UINT | cch | ||
) |
Definition at line 95 of file cliputils.c.
Referenced by UpdateDisplayMenu(), and WriteClipboardFile().
LRESULT SendClipboardOwnerMessage | ( | IN BOOL | bUnicode, |
IN UINT | uMsg, | ||
IN WPARAM | wParam, | ||
IN LPARAM | lParam | ||
) |
Definition at line 12 of file cliputils.c.
Referenced by MainWndProc(), OnPaint(), OnScroll(), and RetrieveClipboardFormatName().