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