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". source.winehq.org/source/dlls/ole32/compobj.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.