Win32 API 日本語リファレンス
ホームSystem.Diagnostics.Debug › WCT_OBJECT_TYPE

WCT_OBJECT_TYPE

列挙型
基底型i4

メンバー 13

名前10進16進
WctCriticalSectionType10x1
WctSendMessageType20x2
WctMutexType30x3
WctAlpcType40x4
WctComType50x5
WctThreadWaitType60x6
WctProcessWaitType70x7
WctThreadType80x8
WctComActivationType90x9
WctUnknownType100xA
WctSocketIoType110xB
WctSmbIoType120xC
WctMaxType130xD

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 13
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,
}
#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