Home
last modified time | relevance | path

Searched refs:MEDIA_FLAGS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaimapi.pas91 MEDIA_FLAGS = DWORD;
93 TMediaFlags = MEDIA_FLAGS;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Imapi/
H A Dmod.rs691 pub type MEDIA_FLAGS = i32; typedef
692 pub const MEDIA_BLANK: MEDIA_FLAGS = 1i32;
693 pub const MEDIA_RW: MEDIA_FLAGS = 2i32;
694 pub const MEDIA_WRITABLE: MEDIA_FLAGS = 4i32;
695 pub const MEDIA_FORMAT_UNUSABLE_BY_IMAPI: MEDIA_FLAGS = 8i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Imapi/
H A Dmod.rs3088 …pub unsafe fn QueryMediaType(&self, fmediatype: *mut MEDIA_TYPES, fmediaflags: *mut MEDIA_FLAGS) -… in QueryMediaType()
3149 …dows::runtime::RawPtr, fmediatype: *mut MEDIA_TYPES, fmediaflags: *mut MEDIA_FLAGS) -> ::windows::…
8866 pub struct MEDIA_FLAGS(pub i32); struct
8867 pub const MEDIA_BLANK: MEDIA_FLAGS = MEDIA_FLAGS(1i32);
8868 pub const MEDIA_RW: MEDIA_FLAGS = MEDIA_FLAGS(2i32);
8869 pub const MEDIA_WRITABLE: MEDIA_FLAGS = MEDIA_FLAGS(4i32);
8870 pub const MEDIA_FORMAT_UNUSABLE_BY_IMAPI: MEDIA_FLAGS = MEDIA_FLAGS(8i32);
8871 impl ::std::convert::From<i32> for MEDIA_FLAGS { implementation
8876 unsafe impl ::windows::runtime::Abi for MEDIA_FLAGS { implementation