Skip to content

Latest commit

 

History

History
151 lines (114 loc) · 4.18 KB

ns-mprapi-ras_user_0.md

File metadata and controls

151 lines (114 loc) · 4.18 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mprapi._RAS_USER_0
RAS_USER_0 (mprapi.h)
The RAS_USER_0 structure contains information for a particular Remote Access Service user.
*PRAS_USER_0
PRAS_USER_0
PRAS_USER_0 structure pointer [RAS]
RASPRIV_AdminSetCallback
RASPRIV_CallerSetCallback
RASPRIV_DialinPrivilege
RASPRIV_NoCallback
RAS_USER_0
RAS_USER_0 structure [RAS]
_mpr_ras_user_0
mprapi/PRAS_USER_0
mprapi/RAS_USER_0
rras.ras_user_0
rras\ras_user_0.htm
RRAS
f034c6c2-2dac-40bf-b810-9bf6f3eb3c41
12/05/2018
*PRAS_USER_0, PRAS_USER_0, PRAS_USER_0 structure pointer [RAS], RASPRIV_AdminSetCallback, RASPRIV_CallerSetCallback, RASPRIV_DialinPrivilege, RASPRIV_NoCallback, RAS_USER_0, RAS_USER_0 structure [RAS], _mpr_ras_user_0, mprapi/PRAS_USER_0, mprapi/RAS_USER_0, rras.ras_user_0
mprapi.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
RAS_USER_0, *PRAS_USER_0
19H1
_RAS_USER_0
mprapi/_RAS_USER_0
PRAS_USER_0
mprapi/PRAS_USER_0
RAS_USER_0
mprapi/RAS_USER_0
c++
APIRef
kbSyntax
HeaderDef
Mprapi.h
RAS_USER_0

RAS_USER_0 structure

-description

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

-struct-fields

-field bfPrivilege

Specifies the types of remote access privilege available to the RAS user.

The following remote access privilege constants are defined in Mprapi.h.

Value Meaning
RASPRIV_DialinPrivilege
The user has permission to dial in to the RAS server.
RASPRIV_NoCallback
The RAS server will not call back the user to establish a connection.
RASPRIV_AdminSetCallback
When the user calls, the RAS server hangs up and calls a preset call-back phone number stored in the user account database. The wszPhoneNumber member of the RAS_USER_0 structure contains the user's call-back phone number.
RASPRIV_CallerSetCallback
When the user calls, the RAS server provides the option of specifying a call-back phone number. The user can also choose to connect immediately without a call back. The wszPhoneNumber member contains a default number that the user can override.
 
 

Use the following constant as a mask to isolate the call-back privilege. (This constant is also defined in Mprapi.h.)

RASPRIV_CallbackType

-field wszPhoneNumber

Pointer to a Unicode string containing the phone number at which the RAS user should be called back.

-see-also

MprAdminUserGetInfo

MprAdminUserSetInfo

RAS Administration Structures

RAS_USER_1

Remote Access Service Administration Reference