HWND GetParent(hwnd) | |||||
HWND hwnd; | /* handle of window | */ |
This function retrieves the window handle of the specified window's parent window (if any).
hwnd
Identifies the window whose parent window handle is to be retrieved.
The return value identifies the parent window. It is NULL if the window has no parent window.
SetParent