Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remote Access Service (RAS) calls the MprAdminAcceptNewConnectionEx function each time a new user dials in and successfully completes a RAS authentication. MprAdminAcceptNewConnectionEx determines whether the user is allowed to connect.
Syntax
BOOL MprAdminAcceptNewConnectionEx(
[in] RAS_CONNECTION_EX *pRasConn
);
Parameters
[in] pRasConn
A pointer to a RAS_CONNECTION_EX structure that describes this connection.
Return value
This callback function does not return a value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | mprapi.h |