RegisterTypeLib (OLEAUT32.163)
HRESULT RegisterTypeLib ( ITypeLib* ptlib, OLECHAR* szFullPath, OLECHAR* szHelpDir )
ptlib | [In] | Pointer to the library. |
szFullPath | [In] | full Path of the library. |
Adds information about a type library to the System Registry.
Docs: ITypeLib FAR * ptlib
Docs: OLECHAR FAR* szFullPath
Docs: OLECHAR FAR* szHelpDir.
Success: S_OK
Failure: Status
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/typelib.c". source.winehq.org/source/dlls/oleaut32/typelib.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.