ProgIDFromCLSID.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ProgIDFromCLSID (OLE32.@)

SYNOPSIS

HRESULT ProgIDFromCLSID
 (
  REFCLSID  clsid,
  LPOLESTR* ppszProgID
 )

DESCRIPTION

Converts a class Id into the respective program ID.

PARAMS

clsid [In] Class ID, as found in registry.

ppszProgID [Out] Associated ProgID.

RETURNS

S_OK E_OUTOFMEMORY REGDB_E_CLASSNOTREG if the given clsid has no associated ProgID

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".