Home
last modified time | relevance | path

Searched refs:DVD_TextCharSet (Results 1 – 8 of 8) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dstrmif.h347 enum DVD_TextCharSet { enum
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dstrmif.h347 enum DVD_TextCharSet { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h388 enum DVD_TextCharSet { enum
2175 enum DVD_TextCharSet *character_set) = 0;
2378 enum DVD_TextCharSet *character_set);
2602 …(IDvdInfo2* This,ULONG index,ULONG *string_count,LCID *language,enum DVD_TextCharSet *character_se…
H A Dstrmif.h14574 enum DVD_TextCharSet { enum
14633 …geInfo(ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
14679 … *This,ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
14788 … *This,ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddvdif.h388 enum DVD_TextCharSet { enum
2175 enum DVD_TextCharSet *character_set) = 0;
2378 enum DVD_TextCharSet *character_set);
2602 …(IDvdInfo2* This,ULONG index,ULONG *string_count,LCID *language,enum DVD_TextCharSet *character_se…
H A Dstrmif.h14574 enum DVD_TextCharSet { enum
14633 …geInfo(ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
14679 … *This,ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
14788 … *This,ULONG ulLangIndex,ULONG *pulNumOfStrings,LCID *pLangCode,enum DVD_TextCharSet *pbCharacterS…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs3444 pub type DVD_TextCharSet = i32; typedef
3445 pub const DVD_CharSet_Unicode: DVD_TextCharSet = 0i32;
3446 pub const DVD_CharSet_ISO646: DVD_TextCharSet = 1i32;
3447 pub const DVD_CharSet_JIS_Roman_Kanji: DVD_TextCharSet = 2i32;
3448 pub const DVD_CharSet_ISO8859_1: DVD_TextCharSet = 3i32;
3449 pub const DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana: DVD_TextCharSet = 4i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs7797 pub struct DVD_TextCharSet(pub i32); struct
7798 pub const DVD_CharSet_Unicode: DVD_TextCharSet = DVD_TextCharSet(0i32);
7799 pub const DVD_CharSet_ISO646: DVD_TextCharSet = DVD_TextCharSet(1i32);
7800 pub const DVD_CharSet_JIS_Roman_Kanji: DVD_TextCharSet = DVD_TextCharSet(2i32);
7801 pub const DVD_CharSet_ISO8859_1: DVD_TextCharSet = DVD_TextCharSet(3i32);
7802 pub const DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana: DVD_TextCharSet = DVD_TextCharSet(4i32);
7803 impl ::std::convert::From<i32> for DVD_TextCharSet { implementation
7808 unsafe impl ::windows::runtime::Abi for DVD_TextCharSet { implementation
33681 …pulnumofstrings: *mut u32, plangcode: *mut u32, pbcharacterset: *mut DVD_TextCharSet) -> ::windows… in GetDVDTextLanguageInfo()
33813 …pulnumofstrings: *mut u32, plangcode: *mut u32, pbcharacterset: *mut DVD_TextCharSet) -> ::windows…