ホーム › System.SystemServices › TRANSACTION_INFORMATION_CLASS
TRANSACTION_INFORMATION_CLASS
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| TransactionBasicInformation | 0 | 0x0 |
| TransactionPropertiesInformation | 1 | 0x1 |
| TransactionEnlistmentInformation | 2 | 0x2 |
| TransactionSuperiorEnlistmentInformation | 3 | 0x3 |
| TransactionBindInformation | 4 | 0x4 |
| TransactionDTCPrivateInformation | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum TRANSACTION_INFORMATION_CLASS : int {
TransactionBasicInformation = 0,
TransactionPropertiesInformation = 1,
TransactionEnlistmentInformation = 2,
TransactionSuperiorEnlistmentInformation = 3,
TransactionBindInformation = 4,
TransactionDTCPrivateInformation = 5
} TRANSACTION_INFORMATION_CLASS;public enum TRANSACTION_INFORMATION_CLASS : int
{
TransactionBasicInformation = 0,
TransactionPropertiesInformation = 1,
TransactionEnlistmentInformation = 2,
TransactionSuperiorEnlistmentInformation = 3,
TransactionBindInformation = 4,
TransactionDTCPrivateInformation = 5,
}Public Enum TRANSACTION_INFORMATION_CLASS As Integer
TransactionBasicInformation = 0
TransactionPropertiesInformation = 1
TransactionEnlistmentInformation = 2
TransactionSuperiorEnlistmentInformation = 3
TransactionBindInformation = 4
TransactionDTCPrivateInformation = 5
End Enumimport enum
class TRANSACTION_INFORMATION_CLASS(enum.IntEnum):
TransactionBasicInformation = 0
TransactionPropertiesInformation = 1
TransactionEnlistmentInformation = 2
TransactionSuperiorEnlistmentInformation = 3
TransactionBindInformation = 4
TransactionDTCPrivateInformation = 5// TRANSACTION_INFORMATION_CLASS
pub const TransactionBasicInformation: i32 = 0;
pub const TransactionPropertiesInformation: i32 = 1;
pub const TransactionEnlistmentInformation: i32 = 2;
pub const TransactionSuperiorEnlistmentInformation: i32 = 3;
pub const TransactionBindInformation: i32 = 4;
pub const TransactionDTCPrivateInformation: i32 = 5;// TRANSACTION_INFORMATION_CLASS
const (
TransactionBasicInformation int32 = 0
TransactionPropertiesInformation int32 = 1
TransactionEnlistmentInformation int32 = 2
TransactionSuperiorEnlistmentInformation int32 = 3
TransactionBindInformation int32 = 4
TransactionDTCPrivateInformation int32 = 5
)const
TransactionBasicInformation = 0;
TransactionPropertiesInformation = 1;
TransactionEnlistmentInformation = 2;
TransactionSuperiorEnlistmentInformation = 3;
TransactionBindInformation = 4;
TransactionDTCPrivateInformation = 5;// TRANSACTION_INFORMATION_CLASS
pub const TransactionBasicInformation: i32 = 0;
pub const TransactionPropertiesInformation: i32 = 1;
pub const TransactionEnlistmentInformation: i32 = 2;
pub const TransactionSuperiorEnlistmentInformation: i32 = 3;
pub const TransactionBindInformation: i32 = 4;
pub const TransactionDTCPrivateInformation: i32 = 5;const
TransactionBasicInformation* = 0
TransactionPropertiesInformation* = 1
TransactionEnlistmentInformation* = 2
TransactionSuperiorEnlistmentInformation* = 3
TransactionBindInformation* = 4
TransactionDTCPrivateInformation* = 5enum TRANSACTION_INFORMATION_CLASS : int {
TransactionBasicInformation = 0,
TransactionPropertiesInformation = 1,
TransactionEnlistmentInformation = 2,
TransactionSuperiorEnlistmentInformation = 3,
TransactionBindInformation = 4,
TransactionDTCPrivateInformation = 5,
}#define global TransactionBasicInformation 0x0
#define global TransactionPropertiesInformation 0x1
#define global TransactionEnlistmentInformation 0x2
#define global TransactionSuperiorEnlistmentInformation 0x3
#define global TransactionBindInformation 0x4
#define global TransactionDTCPrivateInformation 0x5