This topic has not yet been rated - Rate this topic

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

Winuser.h (include Windows.h)

Library

User32.lib

DLL

User32.dll

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ