Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmq.h129 #define MQ_SINGLE_MESSAGE (ITransaction *)3 macro
H A Dmqoai.h381 MQ_NO_TRANSACTION = 0,MQ_MTS_TRANSACTION = 1,MQ_XA_TRANSACTION = 2,MQ_SINGLE_MESSAGE = 3 enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmq.h129 #define MQ_SINGLE_MESSAGE (ITransaction *)3 macro
H A Dmqoai.h381 MQ_NO_TRANSACTION = 0,MQ_MTS_TRANSACTION = 1,MQ_XA_TRANSACTION = 2,MQ_SINGLE_MESSAGE = 3 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.rs338 pub const MQ_SINGLE_MESSAGE: MQTRANSACTION = 3i32; const
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DMsmqQueue.cs645 return UnsafeNativeMethods.MQ_SINGLE_MESSAGE; in GetTransactionConstant()
H A DUnsafeNativeMethods.cs150 public const int MQ_SINGLE_MESSAGE = 3; 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.rs7776 pub const MQ_SINGLE_MESSAGE: MQTRANSACTION = MQTRANSACTION(3i32); const