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