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