Platform SDK: TAPI |
Sets the encryption key needed to decrypt the session or an indication to a mechanism to obtain a usable key by external means.
HRESULT SetEncryptionKey( BSTR pKeyType, BSTR *ppKeyData );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
The application must use SysAllocString to allocate memory for the pKeyType and ppKeyData parameters. The application must use SysFreeString to free the memory when the variables are no longer needed.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Sdpblb.h.
Library: Use Sdpblbid.lib.