Scroll to navigation

ProgIDFromCLSID(3w) Wine API ProgIDFromCLSID(3w)

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

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API