GetUpdatedClipboardFormats function
Applies to: desktop apps only
Retrieves the currently supported clipboard formats.
Syntax
BOOL WINAPI GetUpdatedClipboardFormats( __out PUINT lpuiFormats, __in UINT cFormats, __out PUINT pcFormatsOut );
Parameters
- lpuiFormats [out]
-
Type: PUINT
An array of clipboard formats. For a description of the standard clipboard formats, see Standard Clipboard Formats.
- cFormats [in]
-
Type: UINT
The number of entries in the array pointed to by lpuiFormats.
- pcFormatsOut [out]
-
Type: PUINT
The actual number of clipboard formats in the array pointed to by lpuiFormats.
Return value
Type: BOOL
The function returns TRUE if successful; otherwise, FALSE. Call GetLastError for additional details.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012