ITConnection::GetEncryptionKey 方法
[ Rendezvous IP Telephony Conferencing Controls and interface not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. RTC 用戶端 API 提供類似的功能。]
GetEncryptionKey方法會取得加密金鑰。
語法
HRESULT GetEncryptionKey(
[out] BSTR *ppKeyType,
[out] VARIANT_BOOL *pfValidKeyData,
[out] BSTR *ppKeyData
);
參數
-
ppKeyType [out]
-
包含加密金鑰類型的 BSTR 指標。
-
pfValidKeyData [out]
-
表示加密金鑰資料的有效性。
-
ppKeyData [out]
-
包含加密金鑰資料的 BSTR 指標。
傳回值
這個方法可以傳回下列其中一個值。
傳回碼 | 描述 |
---|---|
|
方法成功。 |
|
ppKeyType、pfValidKeyData或ppKeyData參數不是有效的指標。 |
|
記憶體不足,無法執行作業。 |
|
未指定的錯誤。 |
|
尚未實作這個方法。 |
備註
應用程式必須使用 SysFreeString 釋放配置給 ppKeyType 和 ppKeyData 參數的記憶體。
規格需求
需求 | 值 |
---|---|
TAPI 版本 |
需要 TAPI 3.0 或更新版本 |
標頭 |
|
程式庫 |
|
DLL |
|