NAME

SHIsChildOrSelf  (SHLWAPI.204)

SYNOPSIS

 BOOL SHIsChildOrSelf
 (
  HWND hParent,
  HWND hChild
 )

DESCRIPTION

Determine if a window is not a child of another window.

PARAMS

hParent [In] Suspected parent window.
hChild [In] Suspected child window.

RETURNS

TRUE: If hChild is a child window of hParent

FALSE: If hChild is not a child window of hParent, or they are equal

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/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 Apr 2024.