This topic has not yet been rated - Rate this topic

GetUpdatedClipboardFormats function

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 [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Winuser.h (include Windows.h)

Library

User32.lib

DLL

User32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.