Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcompstui.h763 HINSTANCE hInstCaller; member
829 HINSTANCE hInstCaller; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcompstui.h763 HINSTANCE hInstCaller; member
829 HINSTANCE hInstCaller; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs860 pub hInstCaller: super::super::Foundation::HINSTANCE, field
4392 pub hInstCaller: super::super::Foundation::HINSTANCE, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs1230 pub hInstCaller: super::super::Foundation::HINSTANCE, field
1259 .field("hInstCaller", &self.hInstCaller) in fmt()
1280 && self.hInstCaller == other.hInstCaller in eq()
16912 pub hInstCaller: super::super::Foundation::HINSTANCE, field
16927 …, &self.cbSize).field("Flags", &self.Flags).field("hInstCaller", &self.hInstCaller).field("pHelpFi… in fmt()
16933 …cbSize == other.cbSize && self.Flags == other.Flags && self.hInstCaller == other.hInstCaller && se… in eq()