NAME

UnRegisterTypeLibForUser  (OLEAUT32.443)

SYNOPSIS

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

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.