网站首页  词典首页

请输入您要查询的函数:

 

术语 queryusersonencryptedfile
释义 QueryUsersOnEncryptedFile
语法:
C++
DWORD WINAPI QueryUsersOnEncryptedFile(
__in LPCWSTR lpFileName,
__out PENCRYPTION_CERTIFICATE_HASH_LIST *pUsers
);
QueryUsersOnEncryptedFile功能
检索列表指定的文件的用户。
参数
lpFileName [in]
该文件的名称。
pUsers [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日
==英文原文==QueryUsersOnEncryptedFile Function
Retrieves a list of users for the specified file.
Syntax
C++
DWORD WINAPI QueryUsersOnEncryptedFile(
__in LPCWSTR lpFileName,
__out PENCRYPTION_CERTIFICATE_HASH_LIST *pUsers
);
Parameters
lpFileName [in]
The name of the file.
pUsers [out]
A pointer to a ENCRYPTION_CERTIFICATE_HASH_LIST structure that receives the list of users.
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 users is no longer needed, call the FreeEncryptionCertificateHashList function to free the list.
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/aa365464(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:31:23