NCryptCloseProtectionDescriptor 函式 (ncryptprotect.h)
NCryptCloseProtectionDescriptor 函式會零,並釋放保護描述元物件,並釋放其句柄。
語法
SECURITY_STATUS NCryptCloseProtectionDescriptor(
[in] NCRYPT_DESCRIPTOR_HANDLE hDescriptor
);
參數
[in] hDescriptor
呼叫 NCryptCreateProtectionDescriptor 所建立的保護描述元句柄。
傳回值
傳回狀態代碼,指出函式的成功或失敗。 可能的傳回碼包括但不限於下列各項。
傳回碼 | Description |
---|---|
|
函式成功。 |
|
hDescriptor 參數指定的句柄不能是 NULL,而且它必須代表有效的描述元。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | ncryptprotect.h |
程式庫 | NCrypt.lib |
Dll | NCrypt.dll |