.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IDispatch_GetTypeInfoCount 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIDispatch_GetTypeInfoCount\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT IDispatch_GetTypeInfoCount ( LPDISPATCH \fIiface\fR, UINT* \fIpctinfo\fR ) .SH DESCRIPTION .PP Get the count of type information in an \fBIDispatch\fR interface. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIDispatch\fR interface. .PP \fIpctinfo\fR \fB[Out]\fR Destination for the count. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIpctinfo\fR is updated with the count. This is always \fB1\fR if the object provides type information, and \fB0\fR if it does not. .PP \fBFailure:\fR \fBE_NOTIMPL\fR. The object does not provide type information. .SH NOTES .PP See \fBIDispatch(3w)\fR and \fBIDispatch_GetTypeInfo(3w)\fR. .SH IMPLEMENTATION .PP Declared in \fB"oaidl.h"\fR. .PP Implemented in \fB"dlls/oleaut32/dispatch.c"\fR. .PP Debug channel \fB"ole"\fR.