Home
last modified time | relevance | path

Searched refs:OPC_READ_FLAGS (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs151 pub type OPC_READ_FLAGS = u32; typedef
152 pub const OPC_READ_DEFAULT: OPC_READ_FLAGS = 0u32;
153 pub const OPC_VALIDATE_ON_LOAD: OPC_READ_FLAGS = 1u32;
154 pub const OPC_CACHE_ON_ACCESS: OPC_READ_FLAGS = 2u32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs2546 pub struct OPC_READ_FLAGS(pub u32); struct
2547 pub const OPC_READ_DEFAULT: OPC_READ_FLAGS = OPC_READ_FLAGS(0u32);
2548 pub const OPC_VALIDATE_ON_LOAD: OPC_READ_FLAGS = OPC_READ_FLAGS(1u32);
2549 pub const OPC_CACHE_ON_ACCESS: OPC_READ_FLAGS = OPC_READ_FLAGS(2u32);
2550 impl ::std::convert::From<u32> for OPC_READ_FLAGS { implementation
2555 unsafe impl ::windows::runtime::Abi for OPC_READ_FLAGS { implementation
2559 impl ::std::ops::BitOr for OPC_READ_FLAGS { implementation
2565 impl ::std::ops::BitAnd for OPC_READ_FLAGS { implementation
2571 impl ::std::ops::BitOrAssign for OPC_READ_FLAGS { implementation
2576 impl ::std::ops::BitAndAssign for OPC_READ_FLAGS { implementation
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h1333 } OPC_READ_FLAGS; typedef
1366 DEFINE_ENUM_FLAG_OPERATORS(OPC_READ_FLAGS);
4863 OPC_READ_FLAGS flags,
4920 OPC_READ_FLAGS flags,
4979 … IOpcFactory_ReadPackageFromStream(IOpcFactory* This,IStream *stream,OPC_READ_FLAGS flags,IOpcPack…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h1333 } OPC_READ_FLAGS; typedef
1366 DEFINE_ENUM_FLAG_OPERATORS(OPC_READ_FLAGS);
4863 OPC_READ_FLAGS flags,
4920 OPC_READ_FLAGS flags,
4979 … IOpcFactory_ReadPackageFromStream(IOpcFactory* This,IStream *stream,OPC_READ_FLAGS flags,IOpcPack…