.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsValidInterface16 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsValidInterface16\fR (COMPOBJ.23) .SH SYNOPSIS BOOL IsValidInterface16 ( SEGPTR \fIpunk\fR ) .SH DESCRIPTION .PP Determines whether a pointer is a valid interface. .SH PARAMS \fIpunk\fR \fB[In]\fR Interface to be tested. .PP .SH RETURNS .PP \fBTRUE\fR, if the passed pointer is a valid interface, or \fBFALSE\fR otherwise. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/compobj.dll16/compobj.c"\fR. .PP Debug channel \fB"ole"\fR.