Returns the oldest message in the message queue, and then removes the message from the queue.
public:
bool PopMessage(
ACP_MESSAGE *message
)
message
Type: ACP_MESSAGE *
[out] A copy of the oldest message in the queue. Refer to the ACP_MESSAGE structure.
Type: bool
This method returns true if a message is available and was returned, and false otherwise.
The message is copied to the memory pointed to by the message parameter.
Header: Declared in acphal.h.
Library: Use acphal.lib.