NAME

CreateDataCache  (OLE32.@)

SYNOPSIS

 HRESULT CreateDataCache
 (
  LPUNKNOWN pUnkOuter,
  REFCLSID  rclsid,
  REFIID    riid,
  LPVOID*   ppvObj
 )

DESCRIPTION

Creates a data cache to allow an object to render one or more of its views, whether running or not.

PARAMS

pUnkOuter [In] Outer unknown for the object.
rclsid [In] .
riid [In] IID of interface to return.
ppvObj [Out] Address where the data cache object will be stored on return.

RETURNS

Success: S_OK.

Failure: HRESULT code.

NOTES

The following interfaces are supported by the returned data cache object: IOleCache, IOleCache2, IOleCacheControl, IPersistStorage, IDataObject, IViewObject and IViewObject2.

IMPLEMENTATION

Declared in "objbase.h". https://source.winehq.org/source/include/objbase.h

Implemented in "dlls/ole32/datacache.c". https://source.winehq.org/source/dlls/ole32/datacache.c

Debug channel "ole".


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