ProgIDFromCLSID16(3w)
NAME
ProgIDFromCLSID16 (COMPOBJ.62)
SYNOPSIS
HRESULT ProgIDFromCLSID16 ( REFCLSID clsid, LPOLESTR16* lplpszProgID )
PARAMS
clsid [In] class Id as found in registry.
[Out] associated Program ID.
DESCRIPTION
Converts a class Id into the respective Program ID. (By using a registry lookup).
RETURNS
S_OK on success riid associated with the progid
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/compobj.dll16/compobj.c".
- Debug channel "ole".