IProvProvider::ActivateProvider


Tells a provider that it is needed for a transaction. Used by Microsoft. Provisioning Framework (MPF)

Syntax

C++
HRESULT ActivateProvider  (
	IProvHelper *pProvHelper
);

Parameters

pProvHelper
A pointer to the IProvHelper object interface, which can be used in the handler methods to access rollback data and the property bag.

Remarks

ActivateProvider is used whenever a provider must initialize transaction-specific objects or data. The provisioning engine calls ActivateProvider once per transaction, before it invokes ProcessRequest

See Also

DeactivateProvider, Developing Custom Providers


Up Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.