GetErrorString
Gets an error string for an SMCError code.
native bool GetErrorString(SMCError error, char[] buffer, int buf_max)Parameters
char[] buffer
A string buffer for the error (contents undefined on failure).
int buf_max
The maximum size of the buffer.
Return Value
bool The number of characters written to buffer.