ReactOS 0.4.16-dev-122-g325d74c
|
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 249 of file cliputils.c.
Referenced by MainWndProc(), and SetDisplayFormat().
Definition at line 225 of file cliputils.c.
Referenced by DrawTextFromClipboard(), and GetClipboardDataDimensions().
Definition at line 200 of file cliputils.c.
Referenced by DrawTextFromClipboard(), and GetClipboardDataDimensions().
Definition at line 174 of file cliputils.c.
Referenced by MainWndProc(), and UpdateDisplayMenu().
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().