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

Declared in "include/ole2.h". gitlab.winehq.org/wine/wine/blob/master/include/ole2.h

Implemented in "dlls/ole2.dll16/ole2.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole2.dll16/ole2.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.