.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHIsChildOrSelf 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHIsChildOrSelf\fR (SHLWAPI.204) .SH SYNOPSIS BOOL SHIsChildOrSelf ( HWND \fIhParent\fR, HWND \fIhChild\fR ) .SH DESCRIPTION .PP Determine if a window is not a child of another window. .SH PARAMS \fIhParent\fR \fB[In]\fR Suspected parent window. .PP \fIhChild\fR \fB[In]\fR Suspected child window. .PP .SH RETURNS .PP \fBTRUE:\fR If \fIhChild\fR is a child window of \fIhParent\fR .PP \fBFALSE:\fR If \fIhChild\fR is not a child window of \fIhParent\fR, or they are equal .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.