RAS_USER_0 structure (mprapi.h)
The RAS_USER_0 structure contains information for a particular Remote Access Service user.
Syntax
typedef struct _RAS_USER_0 {
BYTE bfPrivilege;
WCHAR wszPhoneNumber[MAX_PHONE_NUMBER_LEN + 1];
} RAS_USER_0, *PRAS_USER_0;
Members
bfPrivilege
Specifies the types of remote access privilege available to the RAS user.
The following remote access privilege constants are defined in Mprapi.h.
Use the following constant as a mask to isolate the call-back privilege. (This constant is also defined in Mprapi.h.)
RASPRIV_CallbackType
wszPhoneNumber[MAX_PHONE_NUMBER_LEN + 1]
Pointer to a Unicode string containing the phone number at which the RAS user should be called back.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mprapi.h |