UnRegisterTypeLib.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

UnRegisterTypeLib (OLEAUT32.186)

SYNOPSIS

HRESULT UnRegisterTypeLib
 (
  REFGUID libid,
  WORD    wVerMajor,
  WORD    wVerMinor,
  LCID    lcid,
  SYSKIND syskind
 )

PARAMS

libid [In] Guid of the library.

wVerMajor [In] major version.

wVerMinor [In] minor version.

lcid [In] locale id.

DESCRIPTION

Removes information about a type library from the System Registry.

NOTES

RETURNS

Success: S_OK

Failure: Status

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/typelib.c".

Debug channel "ole".