.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ICreateTypeLib2_GetCustData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBICreateTypeLib2_GetCustData\fR (OLEAUT32.@) .SH SYNOPSIS static HRESULT ICreateTypeLib2_GetCustData ( ITypeLib2* \fIiface\fR, REFGUID \fIguid\fR, VARIANT* \fIpVarVal\fR ) .SH PARAMS \fIiface\fR \fB[In]\fR The type library in which to find the custom data. .PP \fIguid\fR \fB[In]\fR The \fBGUID\fR under which the custom data is stored. .PP \fIpVarVal\fR \fB[Out]\fR The custom data. .PP .SH DESCRIPTION .PP Retrieves a custom data value stored on a type library. .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR \fBE_OUTOFMEMORY\fR or \fBE_INVALIDARG\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/oleaut32/typelib2.c"\fR. .PP Debug channel \fB"ole"\fR.