Win32 API 日本語リファレンス
ホームStorage.OfflineFiles › OFFLINEFILES_ITEM_COPY

OFFLINEFILES_ITEM_COPY

列挙型
基底型i4

メンバー 3

名前10進16進
OFFLINEFILES_ITEM_COPY_LOCAL00x0
OFFLINEFILES_ITEM_COPY_REMOTE10x1
OFFLINEFILES_ITEM_COPY_ORIGINAL20x2

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2
enum 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