Partager via


RASCNTL_SERVERUSERCREDENTIALS

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

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Ras.h.

See Also

RAS Server/PPTP Server (Incoming)

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.