ProgIDFromCLSID16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/ole16.c".

Debug channel "ole".