ホーム › System.Diagnostics.Debug › WCT_OBJECT_TYPE
WCT_OBJECT_TYPE
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| WctCriticalSectionType | 1 | 0x1 |
| WctSendMessageType | 2 | 0x2 |
| WctMutexType | 3 | 0x3 |
| WctAlpcType | 4 | 0x4 |
| WctComType | 5 | 0x5 |
| WctThreadWaitType | 6 | 0x6 |
| WctProcessWaitType | 7 | 0x7 |
| WctThreadType | 8 | 0x8 |
| WctComActivationType | 9 | 0x9 |
| WctUnknownType | 10 | 0xA |
| WctSocketIoType | 11 | 0xB |
| WctSmbIoType | 12 | 0xC |
| WctMaxType | 13 | 0xD |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WCT_OBJECT_TYPE : int {
WctCriticalSectionType = 1,
WctSendMessageType = 2,
WctMutexType = 3,
WctAlpcType = 4,
WctComType = 5,
WctThreadWaitType = 6,
WctProcessWaitType = 7,
WctThreadType = 8,
WctComActivationType = 9,
WctUnknownType = 10,
WctSocketIoType = 11,
WctSmbIoType = 12,
WctMaxType = 13
} WCT_OBJECT_TYPE;public enum WCT_OBJECT_TYPE : int
{
WctCriticalSectionType = 1,
WctSendMessageType = 2,
WctMutexType = 3,
WctAlpcType = 4,
WctComType = 5,
WctThreadWaitType = 6,
WctProcessWaitType = 7,
WctThreadType = 8,
WctComActivationType = 9,
WctUnknownType = 10,
WctSocketIoType = 11,
WctSmbIoType = 12,
WctMaxType = 13,
}Public Enum WCT_OBJECT_TYPE As Integer
WctCriticalSectionType = 1
WctSendMessageType = 2
WctMutexType = 3
WctAlpcType = 4
WctComType = 5
WctThreadWaitType = 6
WctProcessWaitType = 7
WctThreadType = 8
WctComActivationType = 9
WctUnknownType = 10
WctSocketIoType = 11
WctSmbIoType = 12
WctMaxType = 13
End Enumimport enum
class WCT_OBJECT_TYPE(enum.IntEnum):
WctCriticalSectionType = 1
WctSendMessageType = 2
WctMutexType = 3
WctAlpcType = 4
WctComType = 5
WctThreadWaitType = 6
WctProcessWaitType = 7
WctThreadType = 8
WctComActivationType = 9
WctUnknownType = 10
WctSocketIoType = 11
WctSmbIoType = 12
WctMaxType = 13// WCT_OBJECT_TYPE
pub const WctCriticalSectionType: i32 = 1;
pub const WctSendMessageType: i32 = 2;
pub const WctMutexType: i32 = 3;
pub const WctAlpcType: i32 = 4;
pub const WctComType: i32 = 5;
pub const WctThreadWaitType: i32 = 6;
pub const WctProcessWaitType: i32 = 7;
pub const WctThreadType: i32 = 8;
pub const WctComActivationType: i32 = 9;
pub const WctUnknownType: i32 = 10;
pub const WctSocketIoType: i32 = 11;
pub const WctSmbIoType: i32 = 12;
pub const WctMaxType: i32 = 13;// WCT_OBJECT_TYPE
const (
WctCriticalSectionType int32 = 1
WctSendMessageType int32 = 2
WctMutexType int32 = 3
WctAlpcType int32 = 4
WctComType int32 = 5
WctThreadWaitType int32 = 6
WctProcessWaitType int32 = 7
WctThreadType int32 = 8
WctComActivationType int32 = 9
WctUnknownType int32 = 10
WctSocketIoType int32 = 11
WctSmbIoType int32 = 12
WctMaxType int32 = 13
)const
WctCriticalSectionType = 1;
WctSendMessageType = 2;
WctMutexType = 3;
WctAlpcType = 4;
WctComType = 5;
WctThreadWaitType = 6;
WctProcessWaitType = 7;
WctThreadType = 8;
WctComActivationType = 9;
WctUnknownType = 10;
WctSocketIoType = 11;
WctSmbIoType = 12;
WctMaxType = 13;// WCT_OBJECT_TYPE
pub const WctCriticalSectionType: i32 = 1;
pub const WctSendMessageType: i32 = 2;
pub const WctMutexType: i32 = 3;
pub const WctAlpcType: i32 = 4;
pub const WctComType: i32 = 5;
pub const WctThreadWaitType: i32 = 6;
pub const WctProcessWaitType: i32 = 7;
pub const WctThreadType: i32 = 8;
pub const WctComActivationType: i32 = 9;
pub const WctUnknownType: i32 = 10;
pub const WctSocketIoType: i32 = 11;
pub const WctSmbIoType: i32 = 12;
pub const WctMaxType: i32 = 13;const
WctCriticalSectionType* = 1
WctSendMessageType* = 2
WctMutexType* = 3
WctAlpcType* = 4
WctComType* = 5
WctThreadWaitType* = 6
WctProcessWaitType* = 7
WctThreadType* = 8
WctComActivationType* = 9
WctUnknownType* = 10
WctSocketIoType* = 11
WctSmbIoType* = 12
WctMaxType* = 13enum WCT_OBJECT_TYPE : int {
WctCriticalSectionType = 1,
WctSendMessageType = 2,
WctMutexType = 3,
WctAlpcType = 4,
WctComType = 5,
WctThreadWaitType = 6,
WctProcessWaitType = 7,
WctThreadType = 8,
WctComActivationType = 9,
WctUnknownType = 10,
WctSocketIoType = 11,
WctSmbIoType = 12,
WctMaxType = 13,
}#define global WctCriticalSectionType 0x1
#define global WctSendMessageType 0x2
#define global WctMutexType 0x3
#define global WctAlpcType 0x4
#define global WctComType 0x5
#define global WctThreadWaitType 0x6
#define global WctProcessWaitType 0x7
#define global WctThreadType 0x8
#define global WctComActivationType 0x9
#define global WctUnknownType 0xA
#define global WctSocketIoType 0xB
#define global WctSmbIoType 0xC
#define global WctMaxType 0xD