GetPriorityClipboardFormat function user32

int GetPriorityClipboardFormat(
  1. Pointer<Uint32> paFormatPriorityList,
  2. int cFormats
)

Retrieves the first available clipboard format in the specified list.

int GetPriorityClipboardFormat(
  UINT *paFormatPriorityList,
  int  cFormats
);

Implementation

int GetPriorityClipboardFormat(
        Pointer<Uint32> paFormatPriorityList, int cFormats) =>
    _GetPriorityClipboardFormat(paFormatPriorityList, cFormats);