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