Home
last modified time | relevance | path

Searched refs:lpDDLcl (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h273 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dhal.h273 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h237 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dd3dhal.h237 LPDDRAWI_DIRECTDRAW_LCL lpDDLcl; /* DirectX 7 */ member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs1475 pub lpDDLcl: *mut DD_DIRECTDRAW_LOCAL,
1490 …TESURFACEEXDATA").field("dwFlags", &self.dwFlags).field("lpDDLcl", &self.lpDDLcl).field("lpDDSLcl"…
1496 …self.dwFlags == other.dwFlags && self.lpDDLcl == other.lpDDLcl && self.lpDDSLcl == other.lpDDSLcl …
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1346 pub lpDDLcl: *mut DDRAWI_DIRECTDRAW_LCL, field
4747 pub lpDDLcl: *mut DD_DIRECTDRAW_LOCAL, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs2447 pub lpDDLcl: *mut DDRAWI_DIRECTDRAW_LCL, field
2462 …TESURFACEEXDATA").field("dwFlags", &self.dwFlags).field("lpDDLcl", &self.lpDDLcl).field("lpDDSLcl"… in fmt()
2468 …self.dwFlags == other.dwFlags && self.lpDDLcl == other.lpDDLcl && self.lpDDSLcl == other.lpDDSLcl … in eq()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs3259 pub lpDDLcl: *mut super::super::UI::DisplayDevices::DD_DIRECTDRAW_LOCAL,