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