Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs288 pub type MQMSGIDSIZE = i32; typedef
289 pub const MQMSG_MSGID_SIZE: MQMSGIDSIZE = 20i32;
290 pub const MQMSG_CORRELATIONID_SIZE: MQMSGIDSIZE = 20i32;
291 pub const MQMSG_XACTID_SIZE: MQMSGIDSIZE = 20i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs7627 pub struct MQMSGIDSIZE(pub i32); struct
7628 pub const MQMSG_MSGID_SIZE: MQMSGIDSIZE = MQMSGIDSIZE(20i32);
7629 pub const MQMSG_CORRELATIONID_SIZE: MQMSGIDSIZE = MQMSGIDSIZE(20i32);
7630 pub const MQMSG_XACTID_SIZE: MQMSGIDSIZE = MQMSGIDSIZE(20i32);
7631 impl ::std::convert::From<i32> for MQMSGIDSIZE { implementation
7636 unsafe impl ::windows::runtime::Abi for MQMSGIDSIZE { implementation
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h438 enum MQMSGIDSIZE { enum
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h438 enum MQMSGIDSIZE { enum