SLSetAuthenticationData 函式 (slpublic.h)
設定驗證數據。
語法
HRESULT SLSetAuthenticationData(
[in] HSLC hSLC,
[in, optional] UINT cbValue,
[in, optional] const BYTE *pbValue
);
參數
[in] hSLC
類型: HSLC
目前 SLC 內容的句柄。
[in, optional] cbValue
類型: UINT
pbValue 中驗證數據的大小,以位元組為單位。
[in, optional] pbValue
類型: const BYTE
驗證數據的指標。
傳回值
類型: HRESULT WINAPI
如果此函式成功,則會 傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。
傳回碼/值 | Description |
---|---|
|
驗證數據的格式無效。 |
|
安全性版本錯誤。 |
|
不支援驗證數據格式。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | slpublic.h |
程式庫 | Slc.lib |
Dll | Slc.dll |