NAME

RegisterTypeLib  (OLEAUT32.163)

SYNOPSIS

 HRESULT RegisterTypeLib
 (
  ITypeLib*    ptlib,
  const WCHAR* szFullPath,
  const WCHAR* szHelpDir
 )

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

Declared in "atlbase.h". https://source.winehq.org/source/include/atlbase.h

Implemented in "dlls/oleaut32/typelib.c". https://source.winehq.org/source/dlls/oleaut32/typelib.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.