NCryptCloseProtectionDescriptor 函数 (ncryptprotect.h)
NCryptCloseProtectionDescriptor 函数为零并释放保护描述符对象并释放其句柄。
语法
SECURITY_STATUS NCryptCloseProtectionDescriptor(
[in] NCRYPT_DESCRIPTOR_HANDLE hDescriptor
);
参数
[in] hDescriptor
通过调用 NCryptCreateProtectionDescriptor 创建的保护描述符的句柄。
返回值
返回指示函数成功或失败的状态代码。 可能的返回代码包括但不限于以下内容。
返回代码 | 说明 |
---|---|
|
函数成功。 |
|
由 hDescriptor 参数指定的句柄不能为 NULL,它必须表示有效的描述符。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | ncryptprotect.h |
Library | NCrypt.lib |
DLL | NCrypt.dll |