IXPRASLOGON structure
[IXPRASLOGON is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Holds connection information for establishing a Remote Access Service (RAS) session.
Syntax
typedef struct tagIXPRASLOGON {
CHAR szConnectoid[CCHMAX_CONNECTOID];
CHAR szUserName[CCHMAX_USERNAME];
CHAR szPassword[CCHMAX_PASSWORD];
CHAR szDomain[CCHMAX_DOMAIN];
CHAR szPhoneNumber[CCHMAX_PHONE_NUMBER];
BOOL fSavePassword;
} IXPRASLOGON, *LPIXPRASLOGON;
Members
-
szConnectoid
-
Type: CHAR[CCHMAX_CONNECTOID]
-
Contains a __wchar_t that contains the phone book entry used to establish the remote access connection.
-
szUserName
-
Type: CHAR[CCHMAX_USERNAME]
-
Contains a __wchar_t that contains the user ID.
-
szPassword
-
Type: CHAR[CCHMAX_PASSWORD]
-
Contains a __wchar_t that contains the user password.
-
szDomain
-
Type: CHAR[CCHMAX_DOMAIN]
-
Contains a __wchar_t that contains the domain name for the connection.
-
szPhoneNumber
-
Type: CHAR[CCHMAX_PHONE_NUMBER]
-
Contains a __wchar_t that contains the dial-up number.
-
fSavePassword
-
Type: BOOL
-
Contains a BOOL that indicates whether to preserve the user password.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|