ISocialSession::Logon

使用指定的用户名和密码登录到社交网络站点。

HRESULT _stdcall Logon([in] BSTR username, [in] BSTR password);

参数

用户

[in]包含要登录的用户名的字符串。

password

[in]包含要登录的密码的字符串。

另请参阅