MprAdminAcceptReauthenticationEx function (mprapi.h)
Remote Access Service (RAS) calls the
MprAdminAcceptReauthenticationEx function whenever the quarantine state
of the client changes. MprAdminAcceptReauthenticationEx determines whether the user is allowed to reauthenticate and connect after the quarantine state has changed.
Syntax
BOOL MprAdminAcceptReauthenticationEx(
[in] RAS_CONNECTION_EX *pRasConn
);
Parameters
[in] pRasConn
A pointer to a RAS_CONNECTION_EX structure that describes this connection.
Return value
If MprAdminAcceptReauthenticationEx accepts the connection, the return value should be TRUE.
If MprAdminAcceptReauthenticationEx rejects the connection, the return value should be FALSE.
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 |