Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用CryptQueryObject函数来获取HCRYPTMSG* phMsg.
CryptQueryObject
HCRYPTMSG* phMsg
dwObjectTypeis和isCERT_QUERY_OBJECT_BLOB是pvObject一个CERT_BLOB(设置内存数据点和大小)指针。它可以在windows7下工作,但在Vista下有问题。在 Vista 中,它会返回错误代码0x80092009(“找不到请求的对象”)。
dwObjectType
CERT_QUERY_OBJECT_BLOB
pvObject
CERT_BLOB
0x80092009
有什么建议么?谢谢大家。