Module: wine Branch: master Commit: e9cc0744cc257de036eb67ecfea16c40194aa546 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e9cc0744cc257de036eb67ecfe...
Author: Rob Shearman rob@codeweavers.com Date: Fri Dec 1 15:02:58 2006 +0000
ole32: Add documentation for CreateDataCache.
---
dlls/ole32/datacache.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c index 6ab4187..1d7a765 100644 --- a/dlls/ole32/datacache.c +++ b/dlls/ole32/datacache.c @@ -1937,6 +1937,24 @@ static const IOleCacheControlVtbl DataCa
/****************************************************************************** * CreateDataCache [OLE32.@] + * + * Creates a data cache to allow an object to render one or more of its views, + * whether running or not. + * + * PARAMS + * pUnkOuter [I] Outer unknown for the object. + * rclsid [I] + * riid [I] IID of interface to return. + * ppvObj [O] 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. */ HRESULT WINAPI CreateDataCache( LPUNKNOWN pUnkOuter,