![]() | InvalidateCacheAll |
Invalidates all cached properties on all classes in the driver.
void InvalidateCacheAll();
The following example demonstrates use of the InvalidateCacheAll function.
// CoAcme4321.cpp STDMETHODIMP Acme4321::put_Bandwidth() { HRESULT hr = S_OK; InvalidateCacheAll(); return hr; }