EVT_post
Posts a user defined event to the event queue
Declaration
ibool EVTAPI EVT_post(
ulong which,
ulong what,
ulong message,
ulong modifiers)
Prototype In
event.h
Parameters
|
which |
Information about which window got the event |
|
what |
Type code for message to post |
|
message |
Event specific message to post |
|
modifiers |
Event specific modifier flags to post |
Return Value
True if event was posted, false if event queue is full.
Description
This routine is used to post user defined events to the event queue.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com