RAS_USER_0

[This is preliminary documentation and subject to change.]

The RAS_USER_0 structure contains information for particular Remote Access Service user.

typedef struct _RAS_USER_0 {
    BYTE     bfPrivilege;    // RASPRIV flags
    WCHAR    wszPhoneNumber[ MAX_PHONE_NUMBER_LEN + 1];
} RAS_USER_0, *PRAS_USER_0;
 

Members

bfPrivilege
Contains the types of privilege available to the RAS user.
wszPhoneNumber
Pointer to a Unicode string containing the phone number at which the RAS user should be called back.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in rassapi.h.

See Also

MprAdminUserGetInfo, MprAdminUserSetInfo, Remote Access Privileges