Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回此错误文档页面的 URL。
public size_t GetURL(char * buffer, size_t len, const char * reserved)
buffer 用于接收 URL 的缓冲区。
len 缓冲区大小。
reserved 留作将来使用;必须传递 NULL(缺省值)。
存储 URL 所需的大小。如果返回值大于 len 值,则 URL 将被截断。