ホーム › Media.KernelStreaming › PIPE_ALLOCATOR_PLACE
PIPE_ALLOCATOR_PLACE
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| Pipe_Allocator_None | 0 | 0x0 |
| Pipe_Allocator_FirstPin | 1 | 0x1 |
| Pipe_Allocator_LastPin | 2 | 0x2 |
| Pipe_Allocator_MiddlePin | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum PIPE_ALLOCATOR_PLACE : int {
Pipe_Allocator_None = 0,
Pipe_Allocator_FirstPin = 1,
Pipe_Allocator_LastPin = 2,
Pipe_Allocator_MiddlePin = 3
} PIPE_ALLOCATOR_PLACE;public enum PIPE_ALLOCATOR_PLACE : int
{
Pipe_Allocator_None = 0,
Pipe_Allocator_FirstPin = 1,
Pipe_Allocator_LastPin = 2,
Pipe_Allocator_MiddlePin = 3,
}Public Enum PIPE_ALLOCATOR_PLACE As Integer
Pipe_Allocator_None = 0
Pipe_Allocator_FirstPin = 1
Pipe_Allocator_LastPin = 2
Pipe_Allocator_MiddlePin = 3
End Enumimport enum
class PIPE_ALLOCATOR_PLACE(enum.IntEnum):
Pipe_Allocator_None = 0
Pipe_Allocator_FirstPin = 1
Pipe_Allocator_LastPin = 2
Pipe_Allocator_MiddlePin = 3// PIPE_ALLOCATOR_PLACE
pub const Pipe_Allocator_None: i32 = 0;
pub const Pipe_Allocator_FirstPin: i32 = 1;
pub const Pipe_Allocator_LastPin: i32 = 2;
pub const Pipe_Allocator_MiddlePin: i32 = 3;// PIPE_ALLOCATOR_PLACE
const (
Pipe_Allocator_None int32 = 0
Pipe_Allocator_FirstPin int32 = 1
Pipe_Allocator_LastPin int32 = 2
Pipe_Allocator_MiddlePin int32 = 3
)const
Pipe_Allocator_None = 0;
Pipe_Allocator_FirstPin = 1;
Pipe_Allocator_LastPin = 2;
Pipe_Allocator_MiddlePin = 3;// PIPE_ALLOCATOR_PLACE
pub const Pipe_Allocator_None: i32 = 0;
pub const Pipe_Allocator_FirstPin: i32 = 1;
pub const Pipe_Allocator_LastPin: i32 = 2;
pub const Pipe_Allocator_MiddlePin: i32 = 3;const
Pipe_Allocator_None* = 0
Pipe_Allocator_FirstPin* = 1
Pipe_Allocator_LastPin* = 2
Pipe_Allocator_MiddlePin* = 3enum PIPE_ALLOCATOR_PLACE : int {
Pipe_Allocator_None = 0,
Pipe_Allocator_FirstPin = 1,
Pipe_Allocator_LastPin = 2,
Pipe_Allocator_MiddlePin = 3,
}#define global Pipe_Allocator_None 0x0
#define global Pipe_Allocator_FirstPin 0x1
#define global Pipe_Allocator_LastPin 0x2
#define global Pipe_Allocator_MiddlePin 0x3