Click or drag to resize

InvalidateCacheAll

Invalidates all cached properties on all classes in the driver.

void InvalidateCacheAll();
Example

The following example demonstrates use of the InvalidateCacheAll function.

C++
// CoAcme4321.cpp
STDMETHODIMP Acme4321::put_Bandwidth()
{
  HRESULT hr = S_OK;

  InvalidateCacheAll();

  return hr;
}
See Also

Download a complete CHM version of this documentation here.