CLSIDFromString16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/ole32/ole16.c".

Debug channel "ole".