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:
event-handle The event handle
return-code A value of 0 indicates that the call was successful. Any other value indicates an error. See RETURN-CODE Values For Synchronization Routines
Comments:

event-handle is local to the process.

See Also: