LoadTypeLib16(3w)
NAME
LoadTypeLib16 (TYPELIB.3)
SYNOPSIS
HRESULT LoadTypeLib16 ( LPSTR szFile, ITypeLib** pptLib )
PARAMS
szFile [In] Name of file to load from.
pptLib [Out] Destination for loaded ITypeLib interface.
DESCRIPTION
Load and register a type library.
RETURNS
Success: S_OK. pptLib contains the type libraries ITypeLib interface.
Failure: An HRESULT error code.
NOTES
Both parameters are FAR pointers.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/typelib.dll16/typelib.c".
- Debug channel "ole".