术语 | removeusersfromencryptedfile |
释义 | RemoveUsersFromEncryptedFile 语法: C++ DWORD WINAPI RemoveUsersFromEncryptedFile( __in LPCWSTR lpFileName, __in PENCRYPTION_CERTIFICATE_HASH_LIST pHashes ); RemoveUsersFromEncryptedFile功能 删除指定的文件从一个指定的证书哈希。 参数 lpFileName [in] 该文件的名称。 pHashes [in] 对一个ENCRYPTION_CERTIFICATE_HASH_LIST结构,它包含哈希的证书列表指针是从文件中删除。 返回值 如果函数成功,返回值是ERROR_SUCCESS。 如果函数失败,返回值是一个系统错误代码。对于一个错误代码的完整列表,请参见系统错误代码或Winerror.h中的头文件。 备注 该RemoveUsersFromEncryptedFile函数删除指定的证书哈希值,如果他们在指定的文件存在。如果证书哈希任何不在指定的文件中,他们都被忽略,没有返回错误代码。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinefs.h(头文件:winuser.h) LibraryAdvapi32.lib DLLAdvapi32.dll 参见 ENCRYPTION_CERTIFICATE_HASH_LIST 文件加密 文件管理函数 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年9月3日 ==英文原文==RemoveUsersFromEncryptedFile Function Removes specified certificate hashes from a specified file. Syntax C++ DWORD WINAPI RemoveUsersFromEncryptedFile( __in LPCWSTR lpFileName, __in PENCRYPTION_CERTIFICATE_HASH_LIST pHashes ); Parameters lpFileName [in] The name of the file. pHashes [in] A pointer to an ENCRYPTION_CERTIFICATE_HASH_LIST structure that contains a list of certificate hashes to be removed from the file. 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 The RemoveUsersFromEncryptedFile function removes the specified certificate hashes if they exist in the specified file. If any of the certificate hashes are not found in the specified file, they are ignored and no error code is returned. 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 Send comments about this topic to Microsoft Build date: 9/3/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa365495(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。