.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ITypeInfo2_GetTypeKind 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBITypeInfo2_GetTypeKind\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ITypeInfo2_GetTypeKind ( ITypeInfo2* \fIiface\fR, TYPEKIND* \fIpTypeKind\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The TypeInfo to obtain the typekind for. .PP \fIpTypeKind\fR \fB[Out]\fR The typekind for this TypeInfo. .PP .SH DESCRIPTION .PP Get the \fBTYPEKIND\fR value for a TypeInfo. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR One of \fBE_OUTOFMEMORY\fR or \fBE_INVALIDARG\fR. .SH IMPLEMENTATION .PP Declared in \fB"oaidl.h"\fR. .PP Implemented in \fB"dlls/oleaut32/typelib2.c"\fR. .PP Debug channel \fB"ole"\fR.