SHIsChildOrSelf (SHLWAPI.204)
BOOL SHIsChildOrSelf ( HWND hParent, HWND hChild )
Determine if a window is not a child of another window.
hParent | [In] | Suspected parent window. |
hChild | [In] | Suspected child window. |
TRUE: If hChild is a child window of hParent
FALSE: If hChild is not a child window of hParent, or they are equal
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.