Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets a description of the current error.
public size_t GetString(char * dst, size_t len)
dst The buffer to receive the error description.
len The size, in bytes, of the buffer.
The size required to store the string. The string is truncated when the return value is larger than len.