Defines | |
#define | HPD_OK 0 |
Return code OK. | |
#define | HPD_ERROR_PAR 1 |
Incorrect parameter passed to the function (e.g. NULL when a pointer is expected). | |
#define | HPD_ERROR_TYPE 2 |
The object in the dir is not of the type asked for. | |
#define | HPD_ERROR_NOT_FOUND 3 |
The object was not found. | |
#define | HPD_ERROR_NOT_IMPLEMENTED 99 |
The type of the RPL object under processing is currently not supported by HPDir. |