RASCNTL_SERVERUSERCREDENTIALS (Windows CE 5.0)
This structure contains information that is specific to a server user.
typedef struct tagRasCntlServerUser{TCHAR tszUserName[UNLEN + 1];TCHARtszDomainName[DNLEN + 1];BYTEpassword[PWLEN];DWORDcbPassword;} RASCNTL_SERVERUSERCREDENTIALS, *PRASCNTL_SERVERUSERCREDENTIALS;
Members
- tszUserName
User name. - tszDomainName
Domain name. Must be set to NULL. - password
Length of the user password. - cbPassword
Size, in bytes, of the user password.
Remarks
The following table lists the IOCTLs that use the RASCNTL_SERVERUSERCREDENTIALS structure:
IOCTL | Description |
---|---|
RASCNTL_SERVER_USER_SET_CREDENTIALS | Allows a user name or password. |
RASCNTL_SERVER_USER_DELETE_CREDENTIALS | Removes a user name. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ras.h.
See Also
RAS Server/PPTP Server (Incoming)
Send Feedback on this topic to the authors