InvalidateCache
Invalidates all cached properties on the class of the caller and all child repeated capabilities.
Syntax
Section titled “Syntax”void InvalidateCache();Example
Section titled “Example”The following example demonstrates use of the InvalidateCache function.
STDMETHODIMP Acme4321::put_Bandwidth(){ HRESULT hr = S_OK;
InvalidateCache();
return hr;}