您正在查看 "默认分类" 分类下的文章 ... IN ULONG Index, //请求的索引 IN KEY_INFORMATION_CLASS KeyInformationClass, //获取的信息类型 OUT PVOID KeyInformation, //返回的缓冲区指针 ...
基于2个网页-相关网页
如果参数为NULL,则openssl会将字符串写入到一个长度为256字节的静态缓冲区中,并返回指向该缓冲区的指针。
If this parameter is NULL, OpenSSL writes the string to a static buffer that is 256 bytes in length, and returns a pointer to that buffer.
strerror() 函数并没有必要是线程安全的;对于未知值,该函数在静态缓冲区中设置错误消息的格式并将指针返回到该缓冲区。
The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.
应用推荐