IRepository::get_Transaction

See Also

Retrieves the IRepositoryTransaction interface pointer for this Repository instance. Use the IRepositoryTransaction interface to manage repository transactions for this Repository instance.

HRESULT get_Transaction(
IRepositoryTransaction    **ppIRepTrans
);

Parameters

*ppIRepTrans
[out]
The IRepositoryTransaction interface pointer.

Return Value

S_OK

The method completed successfully.

Error
Values

This method failed to complete successfully.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.