BOOL SendEventAlways ()
Parameters
None.
Return Value
Returns TRUE on success, FALSE on error.
Comments
Sends an event to the application server, without checking the GetNotSend flag. In most cases, two consecutive
SendEvent calls without an intervening GetEvent can cause system synchronization errors. In some cases, though, multiple consecutive SendEvent calls can be required, and SendEventAlways is used then.See Also
GetEventAlways.