术语 | queryrecoveryagentsonencryptedfile |
释义 | QueryRecoveryAgentsOnEncryptedFile 语法: C++ DWORD WINAPI QueryRecoveryAgentsOnEncryptedFile( __in LPCWSTR lpFileName, __out PENCRYPTION_CERTIFICATE_HASH_LIST *pRecoveryAgents ); QueryRecoveryAgentsOnEncryptedFile功能 检索列表指定的文件恢复代理。 参数 lpFileName [in] 该文件的名称。 pRecoveryAgents [out] 一个 ENCRYPTION_CERTIFICATE_HASH_LIST结构得到了恢复代理列表指针。 返回值 如果函数成功,返回值是ERROR_SUCCESS。 如果函数失败,返回值是一个系统错误代码。对于一个错误代码的完整列表,请参见系统错误代码或Winerror.h中的头文件。 备注 当恢复代理名单不再需要通过调用的FreeEncryptionCertificateHashList函数。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinefs.h(头文件:winuser.h) LibraryAdvapi32.lib DLLAdvapi32.dll 参见 ENCRYPTION_CERTIFICATE_HASH_LIST 文件加密 文件管理函数 FreeEncryptionCertificateHashList 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年9月3日 ==英文原文==QueryRecoveryAgentsOnEncryptedFile Function Retrieves a list of recovery agents for the specified file. Syntax C++ DWORD WINAPI QueryRecoveryAgentsOnEncryptedFile( __in LPCWSTR lpFileName, __out PENCRYPTION_CERTIFICATE_HASH_LIST *pRecoveryAgents ); Parameters lpFileName [in] The name of the file. pRecoveryAgents [out] A pointer to a ENCRYPTION_CERTIFICATE_HASH_LIST structure that receives a list of recovery agents. Return Value If the function succeeds, the return value is ERROR_SUCCESS. If the function fails, the return value is a system error code. For a complete list of error codes, see System Error Codes or the header file WinError.h. Remarks When the list of recovery agents is no longer needed, free it by calling the FreeEncryptionCertificateHashList function. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinefs.h (include Windows.h) LibraryAdvapi32.lib DLLAdvapi32.dll See Also ENCRYPTION_CERTIFICATE_HASH_LIST File Encryption File Management Functions FreeEncryptionCertificateHashList Send comments about this topic to Microsoft Build date: 9/3/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa365463(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。