IProvProvider::DeactivateProvider
Tells a provider that it is no longer needed for a transaction. Used by Microsoft. Provisioning Framework (MPF).
Syntax
C++ HRESULT DeactivateProvider ( );Remarks
DeactivateProvider is used whenever a provider must clean up transaction-specific objects or data. The provisioning engine calls DeactivateProvider once per transaction after it invokes all the other IProvProvider handler methods.
See Also
Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.