NAME

CLSIDFromString16  (COMPOBJ.20)

SYNOPSIS

 HRESULT CLSIDFromString16
 (
  LPCOLESTR16 idstr,
  CLSID*      id
 )

PARAMS

idstr [In] string representation of guid.
id [Out] GUID converted from string.

DESCRIPTION

Converts a unique identifier from its string representation into the GUID struct.

Class id: DWORD-WORD-WORD-BYTES[2]-BYTES[6].

RETURNS

the converted GUID

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/compobj.dll16/compobj.c". https://source.winehq.org/source/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 Mar 2024.