NAME
dacs_error_pid
- Retrieve the originating PID for the specified error object.
SYNOPSIS
DACS_ERR_T
dacs_error_pid ( dacs_error_t error, dacs_process_id_t *pid )
Call parameter |
|
error |
An error handle. |
Return parameter |
|
*pid |
A pointer indicating the PID which was the source of
the error. |
DESCRIPTION
The dacs_error_pid service
returns the originating PID for the specified error object.
RETURN VALUE
The
dacs_error_pid service
returns an error indicator defined as:
- DACS_SUCCESS: normal return; the originating PID is passed
back in pid.
- DACS_ERR_INVALID_HANDLE: the specified error handle is
invalid.