RECEIVE_MESSAGE v17
The RECEIVE_MESSAGE
function obtains a message from a specified pipe.
Parameters
pipename
Name of the pipe.
timeout
Wait time (seconds). Default is 86400000 (1000 days).
status
Status code returned by the operation.
The possible status codes are:
Status code | Description |
---|---|
0 | Success |
1 | Time out |
2 | Message too large for the buffer |
- On this page
- Parameters