IPCLinkEndpoint (open)

This objecttypes contains the endpoint of an IPC link. You can send messages to the other endpoint of the link, and receive messages from the other endpoint.

If you need to wait on a message, you can use the @a handle property as a parameter to WaitForMultiple. The handle is signalled when a message is in queue, or when the other endpoint is closed.

Syntax

LOADLIB "wh::internal/jobs.whlib";

OBJECTTYPE IPCLinkEndpoint

Constructor

Variables

  • RECORD userdata (inherited from __HS_INTERNAL_OutputObject)

    Data for the user of this object

Properties

Functions