Functions | |
| ASX32_API ASX_ERROR | ASX_Error_GetLast (ASX_HANDLE hASXObject, ASX_ERROR *pnAsxErrorCode, int *pnAsxSubSystemErrorCode) |
| Get the last error. | |
| ASX32_API ASX_ERROR | ASX_Error_GetLastString (ASX_HANDLE hASXObject, char *pszAsxErrorString, const int nAsxErrorStringLength, int *pnRequiredAsxErrorStringLength, char *pszAsxSubSystemErrorString, const int nAsxSubSystemErrorStringLength, int *pnRequiredAsxSubSystemErrorStringLength) |
| Get the last error string information. | |
| ASX32_API ASX_ERROR | ASX_Error_Clear (ASX_HANDLE hASXObject) |
| Clears the last error. | |
|
|
Clears the last error. This function clears error information for the last error generated by hASXObject.
|
|
||||||||||||||||
|
Get the last error. This function returns error information for the last error generated by hASXObject.
|
|
||||||||||||||||||||||||||||||||
|
Get the last error string information. This function returns error information for the last error generated by hASXObject. Note that errors are automatically cleared the next time any operation is performed using hASXObject.
|
1.4.6-NO