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

FS_BPIO_OPERATIONS

列挙型
基底型i4

メンバー 9

名前10進16進
FS_BPIO_OP_ENABLE10x1
FS_BPIO_OP_DISABLE20x2
FS_BPIO_OP_QUERY30x3
FS_BPIO_OP_VOLUME_STACK_PAUSE40x4
FS_BPIO_OP_VOLUME_STACK_RESUME50x5
FS_BPIO_OP_STREAM_PAUSE60x6
FS_BPIO_OP_STREAM_RESUME70x7
FS_BPIO_OP_GET_INFO80x8
FS_BPIO_OP_MAX_OPERATION90x9

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum FS_BPIO_OPERATIONS : int {
    FS_BPIO_OP_ENABLE = 1,
    FS_BPIO_OP_DISABLE = 2,
    FS_BPIO_OP_QUERY = 3,
    FS_BPIO_OP_VOLUME_STACK_PAUSE = 4,
    FS_BPIO_OP_VOLUME_STACK_RESUME = 5,
    FS_BPIO_OP_STREAM_PAUSE = 6,
    FS_BPIO_OP_STREAM_RESUME = 7,
    FS_BPIO_OP_GET_INFO = 8,
    FS_BPIO_OP_MAX_OPERATION = 9
} FS_BPIO_OPERATIONS;
public enum FS_BPIO_OPERATIONS : int
{
    FS_BPIO_OP_ENABLE = 1,
    FS_BPIO_OP_DISABLE = 2,
    FS_BPIO_OP_QUERY = 3,
    FS_BPIO_OP_VOLUME_STACK_PAUSE = 4,
    FS_BPIO_OP_VOLUME_STACK_RESUME = 5,
    FS_BPIO_OP_STREAM_PAUSE = 6,
    FS_BPIO_OP_STREAM_RESUME = 7,
    FS_BPIO_OP_GET_INFO = 8,
    FS_BPIO_OP_MAX_OPERATION = 9,
}
Public Enum FS_BPIO_OPERATIONS As Integer
    FS_BPIO_OP_ENABLE = 1
    FS_BPIO_OP_DISABLE = 2
    FS_BPIO_OP_QUERY = 3
    FS_BPIO_OP_VOLUME_STACK_PAUSE = 4
    FS_BPIO_OP_VOLUME_STACK_RESUME = 5
    FS_BPIO_OP_STREAM_PAUSE = 6
    FS_BPIO_OP_STREAM_RESUME = 7
    FS_BPIO_OP_GET_INFO = 8
    FS_BPIO_OP_MAX_OPERATION = 9
End Enum
import enum

class FS_BPIO_OPERATIONS(enum.IntEnum):
    FS_BPIO_OP_ENABLE = 1
    FS_BPIO_OP_DISABLE = 2
    FS_BPIO_OP_QUERY = 3
    FS_BPIO_OP_VOLUME_STACK_PAUSE = 4
    FS_BPIO_OP_VOLUME_STACK_RESUME = 5
    FS_BPIO_OP_STREAM_PAUSE = 6
    FS_BPIO_OP_STREAM_RESUME = 7
    FS_BPIO_OP_GET_INFO = 8
    FS_BPIO_OP_MAX_OPERATION = 9
// FS_BPIO_OPERATIONS
pub const FS_BPIO_OP_ENABLE: i32 = 1;
pub const FS_BPIO_OP_DISABLE: i32 = 2;
pub const FS_BPIO_OP_QUERY: i32 = 3;
pub const FS_BPIO_OP_VOLUME_STACK_PAUSE: i32 = 4;
pub const FS_BPIO_OP_VOLUME_STACK_RESUME: i32 = 5;
pub const FS_BPIO_OP_STREAM_PAUSE: i32 = 6;
pub const FS_BPIO_OP_STREAM_RESUME: i32 = 7;
pub const FS_BPIO_OP_GET_INFO: i32 = 8;
pub const FS_BPIO_OP_MAX_OPERATION: i32 = 9;
// FS_BPIO_OPERATIONS
const (
	FS_BPIO_OP_ENABLE int32 = 1
	FS_BPIO_OP_DISABLE int32 = 2
	FS_BPIO_OP_QUERY int32 = 3
	FS_BPIO_OP_VOLUME_STACK_PAUSE int32 = 4
	FS_BPIO_OP_VOLUME_STACK_RESUME int32 = 5
	FS_BPIO_OP_STREAM_PAUSE int32 = 6
	FS_BPIO_OP_STREAM_RESUME int32 = 7
	FS_BPIO_OP_GET_INFO int32 = 8
	FS_BPIO_OP_MAX_OPERATION int32 = 9
)
const
  FS_BPIO_OP_ENABLE = 1;
  FS_BPIO_OP_DISABLE = 2;
  FS_BPIO_OP_QUERY = 3;
  FS_BPIO_OP_VOLUME_STACK_PAUSE = 4;
  FS_BPIO_OP_VOLUME_STACK_RESUME = 5;
  FS_BPIO_OP_STREAM_PAUSE = 6;
  FS_BPIO_OP_STREAM_RESUME = 7;
  FS_BPIO_OP_GET_INFO = 8;
  FS_BPIO_OP_MAX_OPERATION = 9;
// FS_BPIO_OPERATIONS
pub const FS_BPIO_OP_ENABLE: i32 = 1;
pub const FS_BPIO_OP_DISABLE: i32 = 2;
pub const FS_BPIO_OP_QUERY: i32 = 3;
pub const FS_BPIO_OP_VOLUME_STACK_PAUSE: i32 = 4;
pub const FS_BPIO_OP_VOLUME_STACK_RESUME: i32 = 5;
pub const FS_BPIO_OP_STREAM_PAUSE: i32 = 6;
pub const FS_BPIO_OP_STREAM_RESUME: i32 = 7;
pub const FS_BPIO_OP_GET_INFO: i32 = 8;
pub const FS_BPIO_OP_MAX_OPERATION: i32 = 9;
const
  FS_BPIO_OP_ENABLE* = 1
  FS_BPIO_OP_DISABLE* = 2
  FS_BPIO_OP_QUERY* = 3
  FS_BPIO_OP_VOLUME_STACK_PAUSE* = 4
  FS_BPIO_OP_VOLUME_STACK_RESUME* = 5
  FS_BPIO_OP_STREAM_PAUSE* = 6
  FS_BPIO_OP_STREAM_RESUME* = 7
  FS_BPIO_OP_GET_INFO* = 8
  FS_BPIO_OP_MAX_OPERATION* = 9
enum FS_BPIO_OPERATIONS : int {
    FS_BPIO_OP_ENABLE = 1,
    FS_BPIO_OP_DISABLE = 2,
    FS_BPIO_OP_QUERY = 3,
    FS_BPIO_OP_VOLUME_STACK_PAUSE = 4,
    FS_BPIO_OP_VOLUME_STACK_RESUME = 5,
    FS_BPIO_OP_STREAM_PAUSE = 6,
    FS_BPIO_OP_STREAM_RESUME = 7,
    FS_BPIO_OP_GET_INFO = 8,
    FS_BPIO_OP_MAX_OPERATION = 9,
}
#define global FS_BPIO_OP_ENABLE              0x1
#define global FS_BPIO_OP_DISABLE             0x2
#define global FS_BPIO_OP_QUERY               0x3
#define global FS_BPIO_OP_VOLUME_STACK_PAUSE  0x4
#define global FS_BPIO_OP_VOLUME_STACK_RESUME 0x5
#define global FS_BPIO_OP_STREAM_PAUSE        0x6
#define global FS_BPIO_OP_STREAM_RESUME       0x7
#define global FS_BPIO_OP_GET_INFO            0x8
#define global FS_BPIO_OP_MAX_OPERATION       0x9