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

RPC_NOTIFICATION_TYPES

列挙型
基底型i4

メンバー 6

名前10進16進
RpcNotificationTypeNone00x0
RpcNotificationTypeEvent10x1
RpcNotificationTypeApc20x2
RpcNotificationTypeIoc30x3
RpcNotificationTypeHwnd40x4
RpcNotificationTypeCallback50x5

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 5
enum 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