Home
last modified time | relevance | path

Searched refs:MQ_MAX_MSG_LABEL_LEN (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmq.h420 #define MQ_MAX_MSG_LABEL_LEN 250 macro
H A Dmqoai.h443 MQ_MAX_MSG_LABEL_LEN = 249 enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmq.h420 #define MQ_MAX_MSG_LABEL_LEN 250 macro
H A Dmqoai.h443 MQ_MAX_MSG_LABEL_LEN = 249 enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs297 pub const MQ_MAX_MSG_LABEL_LEN: MQMSGMAX = 249i32; const
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DUnsafeNativeMethods.cs299 public const int MQ_MAX_MSG_LABEL_LEN = 250; field in System.ServiceModel.Channels.UnsafeNativeMethods
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs7658 pub const MQ_MAX_MSG_LABEL_LEN: MQMSGMAX = MQMSGMAX(249i32); const