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
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".