Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h513 WORD wStartIndex; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h513 WORD wStartIndex; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h528 WORD wStartIndex; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h528 WORD wStartIndex; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs4515 pub wStartIndex: u16, field
4526 …d("dwPaletteHandle", &self.dwPaletteHandle).field("wStartIndex", &self.wStartIndex).field("wNumEnt… in fmt()
4531 …self.dwPaletteHandle == other.dwPaletteHandle && self.wStartIndex == other.wStartIndex && self.wNu… in eq()