OpenClipboard function user32

int OpenClipboard(
  1. int hWndNewOwner
)

Opens the clipboard for examination and prevents other applications from modifying the clipboard content.

BOOL OpenClipboard(
  HWND hWndNewOwner
);

Implementation

int OpenClipboard(int hWndNewOwner) => _OpenClipboard(hWndNewOwner);