.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH LoadRegTypeLib 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBLoadRegTypeLib\fR (OLEAUT32.162) .SH SYNOPSIS HRESULT LoadRegTypeLib ( REFGUID \fIrguid\fR, WORD \fIwVerMajor\fR, WORD \fIwVerMinor\fR, LCID \fIlcid\fR, ITypeLib** \fIppTLib\fR ) .SH DESCRIPTION .PP Loads a registered type library. .SH PARAMS \fIrguid\fR \fB[In]\fR \fBGUID\fR of the registered type library. .PP \fIwVerMajor\fR \fB[In]\fR major version. .PP \fIwVerMinor\fR \fB[In]\fR minor version. .PP \fIlcid\fR \fB[In]\fR locale \fBID\fR. .PP \fIppTLib\fR \fB[Out]\fR pointer that receives an \fBITypeLib\fR object on success. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. .PP \fBFailure:\fR Any \fBHRESULT\fR code returned from QueryPathOfRegTypeLib or LoadTypeLib. .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/typelib.c"\fR. .PP Debug channel \fB"ole"\fR.