ServerLoginServerLogin*
*Contents  *Index  *Topic Contents
*Previous Topic: PostFiles
*Next Topic: ServerLogout

ServerLogin

HRESULT ServerLogin(
	[in, string]	LPCWSTR	wsUserName
	[in, string]	LPCWSTR	wsPassword
	);

Logs the user on to the Internet server.

wsUserName
Address of a null-terminated string that contains the user name for the Internet server.
wsPassword
Address of a null-terminated string that contains the password for the Internet server.

The given user name and password are for the Internet server. They may or may not be the same as those used for the NetworkConnect function.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.