Home
last modified time | relevance | path

Searched refs:isph_len32b (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h260 USHORT isph_len32b; member
265 #define Next_Parm_Hdr(p) (IntServParmHdr *)((ULONG *)(p)+1+(p)->isph_len32b)
336 #define CLspec_len32b CL_spec_parm_hdr.isph_len32b
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dlpmapi.h260 USHORT isph_len32b; member
265 #define Next_Parm_Hdr(p) (IntServParmHdr *)((ULONG *)(p)+1+(p)->isph_len32b)
336 #define CLspec_len32b CL_spec_parm_hdr.isph_len32b
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwalpmapi.pas582 isph_len32b: USHORT; // #32-bit words excluding this hdr
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs1231 pub isph_len32b: u16, field
1241 …ph_parm_num).field("isph_flags", &self.isph_flags).field("isph_len32b", &self.isph_len32b).finish() in fmt()
1246 …other.isph_parm_num && self.isph_flags == other.isph_flags && self.isph_len32b == other.isph_len32b in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs694 pub isph_len32b: u16, field