OV_PropagationRule::GetAntecedentServices()
OV_PropagationRule::GetAntecedentServices_Trans()
- sint32 GetAntecedentServices(
- [out] OV_Service AntecedentServices[] )
- sint32 GetAntecedentServices_Trans(
- [in] string TransId,
- [out] OV_Service AntecedentServices[] )
Parameters
- TransId
- Transaction ID returned from OV_Transaction::Start().
- AntecedentServices
- Instances of OV_Service where this propagation rule is used. An
instance is valid as a returned out parameter only if the method
does not fail.
Calling Convention
These methods can be called only from a WMI instance object.
Description
Returns a list of services (instances of OV_Service) where this
propagation is used for message propagation from dependent
services.
Return Value
Number of services in the out parameter AntecedentServices.
Extended Status Codes
- MDLAPI_E_TRANSACTION_NOT_EXIST
- Transaction with the specified ID does not exist.