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, IPersistStorae, IDataObject, IViewObject and IViewObject2.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".


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