RegisterTypeLib(3w)
NAME
RegisterTypeLib (OLEAUT32.163)
SYNOPSIS
HRESULT RegisterTypeLib ( ITypeLib* ptlib, OLECHAR* szFullPath, OLECHAR* szHelpDir )
PARAMS
ptlib [In] Pointer to the library.
szFullPath [In] full Path of the library.
DESCRIPTION
Adds information about a type library to the System Registry.
NOTES
Docs: ITypeLib FAR * ptlib
Docs: OLECHAR FAR* szFullPath
Docs: OLECHAR FAR* szHelpDir.
RETURNS
Success: S_OK
Failure: Status
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".