Share via


RASCNTL_SERVERUSERCREDENTIALS

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

Other Resources

RAS Server/PPTP Server (Incoming)