[CLIPBRD]
[reactos.git] / reactos / base / applications / clipbrd / cliputils.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Clipboard Viewer
4 * FILE: base/applications/clipbrd/cliputils.h
5 * PURPOSE: Clipboard helper functions.
6 * PROGRAMMERS: Ricardo Hanke
7 */
8
9 int GetPredefinedClipboardFormatName(HINSTANCE hInstance, UINT uFormat, LPWSTR lpszFormat, UINT cch);
10 void RetrieveClipboardFormatName(HINSTANCE hInstance, UINT uFormat, LPWSTR lpszFormat, UINT cch);
11 void DeleteClipboardContent(void);
12 UINT GetAutomaticClipboardFormat(void);
13 BOOL IsClipboardFormatSupported(UINT uFormat);