Scroll to navigation

UnRegisterTypeLib(3w) Wine API UnRegisterTypeLib(3w)

NAME

UnRegisterTypeLib (OLEAUT32.186)

SYNOPSIS

HRESULT UnRegisterTypeLib
(
REFGUID libid,
WORD wVerMajor,
WORD wVerMinor,
LCID lcid,
SYSKIND syskind
)
 

PARAMS

libid [In] Guid of the library.
wVerMajor [In] major version.
wVerMinor [In] minor version.
lcid [In] locale id.
 

DESCRIPTION

Removes information about a type library from the System Registry.
 

NOTES

RETURNS

Success: S_OK
Failure: Status
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/typelib.c".
Debug channel "ole".
Oct 2012 Wine API