InvalidateCacheAll
Invalidates all cached properties on all classes in the driver.
Syntax
Section titled “Syntax”void InvalidateCacheAll();Example
Section titled “Example”The following example demonstrates use of the InvalidateCacheAll function.
STDMETHODIMP Acme4321::put_Bandwidth(){ HRESULT hr = S_OK;
InvalidateCacheAll();
return hr;}