网站首页  词典首页

请输入您要查询的函数:

 

术语 setuserfileencryptionkey
释义 SetUserFileEncryptionKey
语法:
C++
DWORD WINAPI SetUserFileEncryptionKey(
__in PENCRYPTION_CERTIFICATE pEncryptionCertificate
);
SetUserFileEncryptionKey功能
设置用户到指定的证书当前的关键。
参数
pEncryptionCertificate [in]
一个证书,这将是用户的关键指针。此参数是一个ENCRYPTION_CERTIFICATE结构的指针。
返回值
如果函数成功,返回值是ERROR_SUCCESS。
如果函数失败,返回值是一个系统错误代码。对于一个错误代码的完整列表,请参见系统错误代码或Winerror.h中的头文件。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinefs.h(头文件:winuser.h)
LibraryAdvapi32.lib
DLLAdvapi32.dll
参见
ENCRYPTION_CERTIFICATE
文件加密
文件管理函数
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年9月3日
==英文原文==SetUserFileEncryptionKey Function
Sets the user's current key to the specified certificate.
Syntax
C++
DWORD WINAPI SetUserFileEncryptionKey(
__in PENCRYPTION_CERTIFICATE pEncryptionCertificate
);
Parameters
pEncryptionCertificate [in]
A pointer to a certificate that will be the user's key. This parameter is a pointer to an ENCRYPTION_CERTIFICATE structure.
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.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinefs.h (include Windows.h)
LibraryAdvapi32.lib
DLLAdvapi32.dll
See Also
ENCRYPTION_CERTIFICATE
File Encryption
File Management Functions
Send comments about this topic to Microsoft
Build date: 9/3/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa365549(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:58