IVsLinkedUndoTransactionManager.IsAborted(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the linked undo transaction is aborted.
public:
int IsAborted(int % pfAborted);
int IsAborted(int & pfAborted);
public int IsAborted (ref int pfAborted);
abstract member IsAborted : int -> int
Public Function IsAborted (ByRef pfAborted As Integer) As Integer
Parameters
- pfAborted
- Int32
Pointer to a flag, true indicating aborted.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsLinkedUndoTransactionManager::IsAborted(
BOOL *pfAborted
);