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.
On Entry:
-
open-flags
- A 32-bit number specifying how the event is to be created:
- Bit 0
-
0 |
The event is created not posted. |
1 |
The event is created posted. |
- Bits 131
- Reserved. Should be set to zero.
Comments:
event-handle is local to the process.