CBL_EVENT_OPEN_INTRA
Creates an intra-process event.
Syntax:
call "CBL_EVENT_OPEN_INTRA" using by reference event-handle
by value open-flags
Parameters:
|
Using call prototype (see Library Routines - Key) |
Picture (32-bit systems) |
event-handle |
cblt-pointer |
usage pointer. |
open-flags |
cblt-os-flags |
pic x(4) comp-5 |
On Entry:
open-flags |
A 32-bit number specifying how the event is to be created:
Bit |
Meaning |
0 |
0 |
The event is created not posted. |
1 |
The event is created posted. | |
1-31 |
Reserved. Should be set to zero. | |
On Exit:
Comments:
event-handle is local to the process.
See Also: