Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains information that is specific to a server user.

Syntax

typedef struct tagRasCntlServerUser{
  TCHAR 
tszUserName[UNLEN + 1];
  TCHAR 
tszDomainName[DNLEN + 1];
  BYTE 
password[PWLEN];
  DWORD 
cbPassword;
} 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

Header ras.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also