|
IOleCache::Uncache
Removes a cache connection created in a prior call to IOleCache::Cache.
HRESULT Uncache(
DWORD dwConnection
| //Specifies the cache connection to remove
| );
|
|
Parameter
dwConnection
[in]Specifies the cache connection to remove. This non-zero value was returned
by IOleCache::Cache when the cache was originally established.
Return Values
S_OK
The cache connection was deleted.
OLE_E_NOCONNECTION
No cache connection exists for dwConnection.
Comments
The IOleCache::Uncache method removes a cache connection that was created in a prior call to IOleCache::Cache. It uses the dwConnection parameter that was returned by the prior call to IOleCache::Cache.
See Also
IOleCache::Cache
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|