LoadRegTypeLib(3w)
NAME
LoadRegTypeLib (OLEAUT32.162)
SYNOPSIS
HRESULT LoadRegTypeLib ( REFGUID rguid, WORD wVerMajor, WORD wVerMinor, LCID lcid, ITypeLib** ppTLib )
DESCRIPTION
Loads a registered type library.
PARAMS
rguid [In] GUID of the registered type library.
wVerMajor [In] major version.
wVerMinor [In] minor version.
lcid [In] locale ID.
ppTLib [Out] pointer that receives an ITypeLib object on success.
RETURNS
Success: S_OK.
Failure: Any HRESULT code returned from QueryPathOfRegTypeLib or LoadTypeLib.
IMPLEMENTATION
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib.c".
- Debug channel "ole".