Home
last modified time | relevance | path

Searched refs:CLFS_IOSTATS_CLASS (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dclfs.h23 } CLFS_IOSTATS_CLASS, *PCLFS_IOSTATS_CLASS, **PPCLFS_IOSTATS_CLASS; typedef
81 CLFS_IOSTATS_CLASS eStatsClass;
H A Dclfsw32.h157 CLFS_IOSTATS_CLASS eStatsClass,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dclfs.h23 } CLFS_IOSTATS_CLASS, *PCLFS_IOSTATS_CLASS, **PPCLFS_IOSTATS_CLASS; typedef
81 CLFS_IOSTATS_CLASS eStatsClass;
H A Dclfsw32.h157 CLFS_IOSTATS_CLASS eStatsClass,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs370 …buffer: *mut ::core::ffi::c_void, cbstatsbuffer: u32, estatsclass: CLFS_IOSTATS_CLASS, pcbstatswri… in GetLogIoStatistics() argument
882 pub type CLFS_IOSTATS_CLASS = i32; typedef
883 pub const ClfsIoStatsDefault: CLFS_IOSTATS_CLASS = 0i32;
884 pub const ClfsIoStatsMax: CLFS_IOSTATS_CLASS = 65535i32;
1194 pub eStatsClass: CLFS_IOSTATS_CLASS,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/FileSystem/
H A Dmod.rs346 pub struct CLFS_IOSTATS_CLASS(pub i32);
347 pub const ClfsIoStatsDefault: CLFS_IOSTATS_CLASS = CLFS_IOSTATS_CLASS(0i32);
348 pub const ClfsIoStatsMax: CLFS_IOSTATS_CLASS = CLFS_IOSTATS_CLASS(65535i32);
349 impl ::std::convert::From<i32> for CLFS_IOSTATS_CLASS {
354 unsafe impl ::windows::runtime::Abi for CLFS_IOSTATS_CLASS {
1105 pub eStatsClass: CLFS_IOSTATS_CLASS,
6852 …sbuffer: *mut ::std::ffi::c_void, cbstatsbuffer: u32, estatsclass: CLFS_IOSTATS_CLASS, pcbstatswri…
6857 …sbuffer: *mut ::std::ffi::c_void, cbstatsbuffer: u32, estatsclass: CLFS_IOSTATS_CLASS, pcbstatswri…