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