.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH UnRegisterTypeLib 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBUnRegisterTypeLib\fR (OLEAUT32.186) .SH SYNOPSIS HRESULT UnRegisterTypeLib ( REFGUID \fIlibid\fR, WORD \fIwVerMajor\fR, WORD \fIwVerMinor\fR, LCID \fIlcid\fR, SYSKIND \fIsyskind\fR ) .SH PARAMS \fIlibid\fR \fB[In]\fR Guid of the library. .PP \fIwVerMajor\fR \fB[In]\fR major version. .PP \fIwVerMinor\fR \fB[In]\fR minor version. .PP \fIlcid\fR \fB[In]\fR locale id. .PP .SH DESCRIPTION .PP Removes information about a type library from the System Registry. .SH NOTES .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR Status .SH IMPLEMENTATION .PP Declared in \fB"oleauto.h"\fR. .PP Implemented in \fB"dlls/oleaut32/typelib.c"\fR. .PP Debug channel \fB"ole"\fR.