IConfigurationCache::LoadFromCache

The LoadFromCache method loads a component’s configuration based on a specified configuration entry. This entry, which is stored in the specified BSTR variable, contains the value that the IConfigurationCache implementation generates and returns to the caller in its SaveToCache implementation.

HRESULT LoadFromCache(
BSTRbstrToken// in
);

Parameter

bstrToken
The configuration key for the object implementing IConfigurationCache. This is the key generated by the object in its SaveToCache implementation.

Include

<pipeline.h>
<pipecomp.h>

Return Value

This method returns an HRESULT value.

Related Topic

IConfigurationCache::SaveToCache


© 1997-1998 Microsoft Corporation. All rights reserved.