Microsoft DirectX 8.1 (C++)

IGuideStore::RollbackTrans

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The RollbackTrans method ends the current database transaction and restores the database to the state it was in when the current transaction began.

Syntax

HRESULT RollbackTrans();

Parameters

This method takes no parameters.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also