NAME

ProgIDFromCLSID16  (COMPOBJ.62)

SYNOPSIS

 HRESULT ProgIDFromCLSID16
 (
  REFCLSID    clsid,
  LPOLESTR16* lplpszProgID
 )

PARAMS

clsid [In] class Id as found in registry.
[Out] associated Prog 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 "dlls/ole32/ole16.c". source.winehq.org/source/dlls/ole32/ole16.c

Debug channel "ole".


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