Creates an intra-process event.
Syntax:
call "CBL_EVENT_OPEN_INTRA" using by reference event-handle
by value open-flags
Parameters:
-
event-handle
- Call prototype (see
Key): cblt-pointer
- Picture: usage pointer.
-
open-flags
- Call prototype (see
Key): cblt-os-flags
- Picture: pic x(4) comp-5 or pic x(8) comp-5 (64-bit native programs only).
On Entry:
-
open-flags
- A number specifying how the event is to be created:
- Bit 0
-
0
|
The event is created not posted.
|
1
|
The event is created posted.
|
- Remaining bits
- Reserved. Should be set to zero.
Comments:
event-handle is local to the process.