|
AudioScience HPI Version_4.10.
|
Functions | |
| void | HPI_GetErrorText (hpi_err_t wError, char *pszErrorText) |
| Convert one of the HPI_ERROR_CODES into a string. | |
Variables | |
| unsigned int | hpi_handle::objType:4 |
| HPI_OBJ_*. | |
| unsigned int | hpi_handle::adapterIndex:14 |
| up to 16K | |
| unsigned int | hpi_handle::readOnly:1 |
| future readonly flag | |
| void HPI_GetErrorText | ( | hpi_err_t | wError, |
| char * | pszErrorText | ||
| ) |
Convert one of the HPI_ERROR_CODES into a string.
| wError | the error code |
| pszErrorText | pointer to callers buffer. Must be at least 200 bytes! |
Use COG <http://nedbatchelder.com/code/cog/index.html> to parse hpi.h and build the body of the HPI_GetErrorText() function. Do not edit manually, instead run 'cog -r [thisfile]' to update it.
unsigned int hpi_handle::objType [inherited] |
HPI_OBJ_*.
Referenced by HPI_IndexesToHandle(), HPI_Object_GetInfoEntity(), HPI_Object_GetValueEntity(), and HPI_Object_SetValueEntity().
unsigned int hpi_handle::adapterIndex [inherited] |
up to 16K
Referenced by HPI_IndexesToHandle(), HPI_Object_GetInfoEntity(), HPI_Object_GetValueEntity(), and HPI_Object_SetValueEntity().
unsigned int hpi_handle::readOnly [inherited] |
future readonly flag
Referenced by HPI_IndexesToHandle().
1.7.3