IXFeed2::Password Method
Retrieves the password that is used to authenticate the feed.
Syntax
HRESULT Password( LPWSTR *ppszPassword );
Parameters
- ppszPassword
[out] The string that receives the password.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Use IXFeed2::SetCredentials to store the user name and password, and IXFeed2::ClearCredentials to remove them.
See Also