PyHANDLE = CreateTransaction(TransactionAttributes, UOW
, CreateOptions
, IsolationLevel
, IsolationFlags
, Timeout
, Description
)
Creates a transaction
Parameters
TransactionAttributes=None : PySECURITY_ATTRIBUTES
Security and inheritance for the
transaction, can be None
UOW=None : PyIID
Reserved, use only None
CreateOptions=0 : int
TRANSACTION_DO_NOT_PROMOTE is only defined flag
IsolationLevel=0 : int
Reserved, use only 0
IsolationFlags=0 : int
Reserved, use only 0
Timeout=0 : int
Abort timeout in milliseconds
Description=None : PyUnicode
Text description of transaction, can be None
Win32 API References
Search for CreateTransaction at msdn, google or google groups.