DSCGetErrorString

Function to return the error string for a given error code

char* DSCGetErrorString(BYTE error_code);

Name

Description

error_code

Error code for which error description string has to be returned.

Return Value

Error string

Last updated