GetUpdatedClipboardFormats, fonction (winuser.h)
Récupère les formats du Presse-papiers actuellement pris en charge.
Syntaxe
BOOL GetUpdatedClipboardFormats(
[out] PUINT lpuiFormats,
[in] UINT cFormats,
[out] PUINT pcFormatsOut
);
Paramètres
[out] lpuiFormats
Type : PUINT
Tableau de formats de Presse-papiers. Pour obtenir une description des formats standard du Presse-papiers, consultez Formats standard du Presse-papiers.
[in] cFormats
Type : UINT
Nombre d’entrées dans le tableau pointé vers lpuiFormats.
[out] pcFormatsOut
Type : PUINT
Nombre réel de formats de Presse-papiers dans le tableau pointé vers lpuiFormats.
Valeur retournée
Type : BOOL
La fonction retourne TRUE si elle réussit ; sinon, FALSE. Appelez GetLastError pour plus d’informations.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | winuser.h (inclure Windows.h) |
Bibliothèque | User32.lib |
DLL | User32.dll |