Message Queue Reference

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This language reference section contains descriptions of message queue programming elements.

Message Queue Functions

Message Queue Messages

Message Queue Structures

Remarks

Message Queuing uses memory-mapped files to hold queued messages. There is no upper limit; the queue is of infinite size (constrained by system memory). The files are each a fixed size of 4 MB, which is also the size limit of a Message Queuing message. The driver (Mqac.sys) maps the files to kernel memory address space when Message Queuing runtime sends or receives a message.

See Also

Other Resources

GWES Reference