.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ICreateTypeInfo2_DeleteImplType 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBICreateTypeInfo2_DeleteImplType\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ICreateTypeInfo2_DeleteImplType ( ICreateTypeInfo2* \fIiface\fR, UINT \fIindex\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The typeinfo from which to delete. .PP \fIindex\fR \fB[In]\fR The \fIindex\fR of the interface to delete. .PP .SH DESCRIPTION .PP Delete an interface implementation from a type. (?). .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.