ShowWindow function Null safety user32
Sets the specified window's show state.
BOOL ShowWindow(
HWND hWnd,
int nCmdShow
);
Implementation
int ShowWindow(int hWnd, int nCmdShow) => _ShowWindow(hWnd, nCmdShow);
Sets the specified window's show state.
BOOL ShowWindow(
HWND hWnd,
int nCmdShow
);
int ShowWindow(int hWnd, int nCmdShow) => _ShowWindow(hWnd, nCmdShow);