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