MSMQ Functions (Compact 2013)
3/26/2014
The following table shows the MSMQ functions with a description of the purpose of each.
Programming element |
Description |
---|---|
This function closes a specific cursor, allowing Message Queuing (MSMQ) to release the associated resources. |
|
This function closes a given queue. |
|
This function creates a cursor for a specific queue and returns a handle to the cursor. |
|
This function creates a private queue. |
|
This function deletes a queue from the local computer. |
|
This function frees memory allocated by MSMQ. |
|
This function retrieves information about a Queue Manager on the local machine. |
|
This function retrieves the specified set of properties for a local queue. |
|
This function returns a direct format name for the queue based on its handle. |
|
This function changes the state of a computer or queue. |
|
This function retrieves information about a queue or the Message Queuing installation on a computer. |
|
This function opens a queue for sending messages to the queue or for reading its messages. |
|
This function returns a private direct format name based on the MSMQ path name provided. |
|
This function allows you to read messages in the queue. |
|
This function sends a message to the queue corresponding to the handle hDestinationQueue. |
|
This function sets the properties of a local queue. |