Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the descendant window specified by the given identifier.
HWND GetDescendantWindow(
int nID
) const throw();
Parameters
- nID
[in] The identifier of the descendant window to be retrieved.
Return Value
The handle to a descendant window.
Remarks
GetDescendantWindow searches the entire tree of child windows, not only the windows that are immediate children.
Requirements
Header: atlwin.h