NAME

RegisterTypeLibForUser  (OLEAUT32.442)

SYNOPSIS

 HRESULT RegisterTypeLibForUser
 (
  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 user registry.

NOTES

Docs: ITypeLib FAR * ptlib

Docs: OLECHAR FAR* szFullPath

Docs: OLECHAR FAR* szHelpDir.

RETURNS

Success: S_OK

Failure: Status

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.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.