int GetDlgCtrlID(hWnd)
This function returns the ID value of the child window identified by the hWnd parameter.
Parameter | Type/Description |
hWnd | HWND Identifies the child window. |
The return value is the numeric identifier of the child window if the function is successful. If the function fails, or if hWnd is not a valid window handle, the return value is NULL.
Since top-level windows do not have an ID value, the return value of this function is invalid if the hWnd parameter identifies a top-level window.