IsWindow

2.x

  BOOL IsWindow(hwnd)    
  HWND hwnd; /* handle of window, */  

The IsWindow function determines whether the given window handle is valid.

Parameters

hwnd

Identifies a window.

Return Value

The return value is nonzero if the window handle is valid. Otherwise, it is zero.

See Also

IsWindowEnabled, IsWindowVisible