win32.base.messages.PeekAPMessage

PeekAPMessage is available since version 1.0.

Prototype:

boolean PeekAPMessage()

Description:

Checks if there is an inter-application message pending to be read. This is used to avoid a blocking call of GetAPMessage.

Return value:

Returns true if there is a message wending to be read, false if not.