Win32 API 日本語リファレンス
ホームSystem.SystemServices › TRANSACTIONMANAGER_INFORMATION_CLASS

TRANSACTIONMANAGER_INFORMATION_CLASS

列挙型
基底型i4

メンバー 6

名前10進16進
TransactionManagerBasicInformation00x0
TransactionManagerLogInformation10x1
TransactionManagerLogPathInformation20x2
TransactionManagerRecoveryInformation40x4
TransactionManagerOnlineProbeInformation30x3
TransactionManagerOldestTransactionInformation50x5

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum TRANSACTIONMANAGER_INFORMATION_CLASS : int {
    TransactionManagerBasicInformation = 0,
    TransactionManagerLogInformation = 1,
    TransactionManagerLogPathInformation = 2,
    TransactionManagerRecoveryInformation = 4,
    TransactionManagerOnlineProbeInformation = 3,
    TransactionManagerOldestTransactionInformation = 5
} TRANSACTIONMANAGER_INFORMATION_CLASS;
public enum TRANSACTIONMANAGER_INFORMATION_CLASS : int
{
    TransactionManagerBasicInformation = 0,
    TransactionManagerLogInformation = 1,
    TransactionManagerLogPathInformation = 2,
    TransactionManagerRecoveryInformation = 4,
    TransactionManagerOnlineProbeInformation = 3,
    TransactionManagerOldestTransactionInformation = 5,
}
Public Enum TRANSACTIONMANAGER_INFORMATION_CLASS As Integer
    TransactionManagerBasicInformation = 0
    TransactionManagerLogInformation = 1
    TransactionManagerLogPathInformation = 2
    TransactionManagerRecoveryInformation = 4
    TransactionManagerOnlineProbeInformation = 3
    TransactionManagerOldestTransactionInformation = 5
End Enum
import enum

class TRANSACTIONMANAGER_INFORMATION_CLASS(enum.IntEnum):
    TransactionManagerBasicInformation = 0
    TransactionManagerLogInformation = 1
    TransactionManagerLogPathInformation = 2
    TransactionManagerRecoveryInformation = 4
    TransactionManagerOnlineProbeInformation = 3
    TransactionManagerOldestTransactionInformation = 5
// TRANSACTIONMANAGER_INFORMATION_CLASS
pub const TransactionManagerBasicInformation: i32 = 0;
pub const TransactionManagerLogInformation: i32 = 1;
pub const TransactionManagerLogPathInformation: i32 = 2;
pub const TransactionManagerRecoveryInformation: i32 = 4;
pub const TransactionManagerOnlineProbeInformation: i32 = 3;
pub const TransactionManagerOldestTransactionInformation: i32 = 5;
// TRANSACTIONMANAGER_INFORMATION_CLASS
const (
	TransactionManagerBasicInformation int32 = 0
	TransactionManagerLogInformation int32 = 1
	TransactionManagerLogPathInformation int32 = 2
	TransactionManagerRecoveryInformation int32 = 4
	TransactionManagerOnlineProbeInformation int32 = 3
	TransactionManagerOldestTransactionInformation int32 = 5
)
const
  TransactionManagerBasicInformation = 0;
  TransactionManagerLogInformation = 1;
  TransactionManagerLogPathInformation = 2;
  TransactionManagerRecoveryInformation = 4;
  TransactionManagerOnlineProbeInformation = 3;
  TransactionManagerOldestTransactionInformation = 5;
// TRANSACTIONMANAGER_INFORMATION_CLASS
pub const TransactionManagerBasicInformation: i32 = 0;
pub const TransactionManagerLogInformation: i32 = 1;
pub const TransactionManagerLogPathInformation: i32 = 2;
pub const TransactionManagerRecoveryInformation: i32 = 4;
pub const TransactionManagerOnlineProbeInformation: i32 = 3;
pub const TransactionManagerOldestTransactionInformation: i32 = 5;
const
  TransactionManagerBasicInformation* = 0
  TransactionManagerLogInformation* = 1
  TransactionManagerLogPathInformation* = 2
  TransactionManagerRecoveryInformation* = 4
  TransactionManagerOnlineProbeInformation* = 3
  TransactionManagerOldestTransactionInformation* = 5
enum TRANSACTIONMANAGER_INFORMATION_CLASS : int {
    TransactionManagerBasicInformation = 0,
    TransactionManagerLogInformation = 1,
    TransactionManagerLogPathInformation = 2,
    TransactionManagerRecoveryInformation = 4,
    TransactionManagerOnlineProbeInformation = 3,
    TransactionManagerOldestTransactionInformation = 5,
}
#define global TransactionManagerBasicInformation             0x0
#define global TransactionManagerLogInformation               0x1
#define global TransactionManagerLogPathInformation           0x2
#define global TransactionManagerRecoveryInformation          0x4
#define global TransactionManagerOnlineProbeInformation       0x3
#define global TransactionManagerOldestTransactionInformation 0x5