ReadClassStg16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ReadClassStg16 (OLE2.18)

SYNOPSIS

HRESULT ReadClassStg16
 (
  SEGPTR pstg,
  CLSID* pclsid
 )

DESCRIPTION

This method reads the CLSID previously written to a storage object with the WriteClassStg.

PARAMS

pstg [In] Segmented LPSTORAGE pointer.

pclsid [Out] Pointer to where the CLSID is written.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

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

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

Debug channel "ole".