GetUpdatedClipboardFormats function user32

int GetUpdatedClipboardFormats(
  1. Pointer<Uint32> lpuiFormats,
  2. int cFormats,
  3. Pointer<Uint32> pcFormatsOut
)

Retrieves the currently supported clipboard formats.

BOOL GetUpdatedClipboardFormats(
  PUINT lpuiFormats,
  UINT  cFormats,
  PUINT pcFormatsOut
);

Implementation

int GetUpdatedClipboardFormats(Pointer<Uint32> lpuiFormats, int cFormats,
        Pointer<Uint32> pcFormatsOut) =>
    _GetUpdatedClipboardFormats(lpuiFormats, cFormats, pcFormatsOut);