ReadClassStg.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

ReadClassStg (OLE32.@)

SYNOPSIS

HRESULT ReadClassStg
 (
  IStorage* pstg,
  CLSID*    pclsid
 )

DESCRIPTION

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

PARAMS

pstg [In] IStorage pointer.

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

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

Defined in "ole2.h".

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

Debug channel "storage".