RegisterTypeLib.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/oleaut32/typelib.c".

Debug channel "ole".