NAME

CLSIDFromProgID16  (COMPOBJ.61)

SYNOPSIS

 HRESULT CLSIDFromProgID16
 (
  LPCOLESTR16 progid,
  LPCLSID     riid
 )

DESCRIPTION

Converts a program Id into the respective GUID.

PARAMS

progid [In] program Id as found in registry.
riid [Out] associated CLSID.

RETURNS

Success: S_OK

Failure: CO_E_CLASSSTRING - the given ProgID cannot be found.

IMPLEMENTATION

Declared in "include/objbase.h". gitlab.winehq.org/wine/wine/blob/master/include/objbase.h

Implemented in "dlls/compobj.dll16/compobj.c". gitlab.winehq.org/wine/wine/blob/master/dlls/compobj.dll16/compobj.c

Debug channel "ole".


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