DSCGetLastError

Function to get the last known error code and error string.

BYTE DSCGetLastError(ERRPARAMS* errparams);

Name

Description

errparams

Pointer to a structure of type ERRPARAMS to fill error code and string info.

Return Value

Error code or 0.

Last updated