Share via


RASCNTL_SERVERUSERCREDENTIALS (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

RAS Server/PPTP Server (Incoming) Structures