Acknowledging Message Examples
Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista
The following examples show how the sending application can request acknowledgment messages, how the receiving application can verify that acknowledgments were requested, and how connector applications can return acknowledgment messages.
For an example of | Using |
---|---|
Sending messages that request acknowledgments | C/C++ Code Example: Requesting Acknowledgment Messages Visual Basic Code Example: Requesting Acknowledgment Messages |
Verifying that acknowledgments were requested | C/C++ Code Example: Verifying Acknowledgment Requests Visual Basic Code Example: Verifying Acknowledgment Requests |
Matching returned acknowledgment messages to the original message sent | C/C++ Code Example: Matching Acknowledgment Messages Visual Basic Code Example: Matching Acknowledgment Messages |
Filtering acknowledgment messages based on acknowledgment class | C/C++ Code Example: Acknowledgment Class Filter Visual Basic Code Example: Acknowledgment Class Filter |
Returning acknowledgments (connector applications only) | C/C++ Code Example: Returning Acknowledgment Messages (Connector Applications) Visual Basic Code Example: Returning Acknowledgment Messages (Connector Applications) |