Win32 API 日本語リファレンス
ホームMedia.DirectShow › DVD_TextCharSet

DVD_TextCharSet

列挙型
基底型i4

メンバー 5

名前10進16進
DVD_CharSet_Unicode00x0
DVD_CharSet_ISO64610x1
DVD_CharSet_JIS_Roman_Kanji20x2
DVD_CharSet_ISO8859_130x3
DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana40x4

各言語での定義

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

typedef enum DVD_TextCharSet : int {
    DVD_CharSet_Unicode = 0,
    DVD_CharSet_ISO646 = 1,
    DVD_CharSet_JIS_Roman_Kanji = 2,
    DVD_CharSet_ISO8859_1 = 3,
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4
} DVD_TextCharSet;
public enum DVD_TextCharSet : int
{
    DVD_CharSet_Unicode = 0,
    DVD_CharSet_ISO646 = 1,
    DVD_CharSet_JIS_Roman_Kanji = 2,
    DVD_CharSet_ISO8859_1 = 3,
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4,
}
Public Enum DVD_TextCharSet As Integer
    DVD_CharSet_Unicode = 0
    DVD_CharSet_ISO646 = 1
    DVD_CharSet_JIS_Roman_Kanji = 2
    DVD_CharSet_ISO8859_1 = 3
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4
End Enum
import enum

class DVD_TextCharSet(enum.IntEnum):
    DVD_CharSet_Unicode = 0
    DVD_CharSet_ISO646 = 1
    DVD_CharSet_JIS_Roman_Kanji = 2
    DVD_CharSet_ISO8859_1 = 3
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4
// DVD_TextCharSet
pub const DVD_CharSet_Unicode: i32 = 0;
pub const DVD_CharSet_ISO646: i32 = 1;
pub const DVD_CharSet_JIS_Roman_Kanji: i32 = 2;
pub const DVD_CharSet_ISO8859_1: i32 = 3;
pub const DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana: i32 = 4;
// DVD_TextCharSet
const (
	DVD_CharSet_Unicode int32 = 0
	DVD_CharSet_ISO646 int32 = 1
	DVD_CharSet_JIS_Roman_Kanji int32 = 2
	DVD_CharSet_ISO8859_1 int32 = 3
	DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana int32 = 4
)
const
  DVD_CharSet_Unicode = 0;
  DVD_CharSet_ISO646 = 1;
  DVD_CharSet_JIS_Roman_Kanji = 2;
  DVD_CharSet_ISO8859_1 = 3;
  DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4;
// DVD_TextCharSet
pub const DVD_CharSet_Unicode: i32 = 0;
pub const DVD_CharSet_ISO646: i32 = 1;
pub const DVD_CharSet_JIS_Roman_Kanji: i32 = 2;
pub const DVD_CharSet_ISO8859_1: i32 = 3;
pub const DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana: i32 = 4;
const
  DVD_CharSet_Unicode* = 0
  DVD_CharSet_ISO646* = 1
  DVD_CharSet_JIS_Roman_Kanji* = 2
  DVD_CharSet_ISO8859_1* = 3
  DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana* = 4
enum DVD_TextCharSet : int {
    DVD_CharSet_Unicode = 0,
    DVD_CharSet_ISO646 = 1,
    DVD_CharSet_JIS_Roman_Kanji = 2,
    DVD_CharSet_ISO8859_1 = 3,
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4,
}
#define global DVD_CharSet_Unicode                       0x0
#define global DVD_CharSet_ISO646                        0x1
#define global DVD_CharSet_JIS_Roman_Kanji               0x2
#define global DVD_CharSet_ISO8859_1                     0x3
#define global DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana 0x4