MprAdminAcceptNewConnectionEx function (mprapi.h)

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

See also

MprAdminAcceptNewConnection

MprAdminAcceptNewConnection2

MprAdminAcceptNewConnection3

RAS Administration DLL

RAS Administration Functions

Remote Access Service Administration Reference