| eappapis.h (6.3.9600.17415-Windows 8.1) | | eappapis.h (10.0.10586.494-Windows 10 1511 10586.494) |
| | |
| skipping to change at line 351 | | skipping to change at line 351 |
| // | | // |
| // Parameters: | | // Parameters: |
| // - sessionHandle: | | // - sessionHandle: |
| // the value returned through *pSessionId from EapHostPeerBeginSession() | | // the value returned through *pSessionId from EapHostPeerBeginSession() |
| DWORD APIENTRY | | DWORD APIENTRY |
| EapHostPeerEndSession( | | EapHostPeerEndSession( |
| IN EAP_SESSIONID sessionHandle, | | IN EAP_SESSIONID sessionHandle, |
| OUT EAP_ERROR** ppEapError | | OUT EAP_ERROR** ppEapError |
| ); | | ); |
| | |
|
| | DWORD APIENTRY |
| | EapHostPeerGetDataToUnplumbCredentials( |
| | OUT GUID * pConnectionIdThatLastSavedCreds, |
| | OUT __int3264 * phCredentialImpersonationToken, |
| | OUT __int3264 * phEapHostProcess, |
| | IN EAP_SESSIONID sessionHandle, |
| | OUT EAP_ERROR** ppEapError |
| | ); |
| | |
| // Clear up the connection. After this call, all states associated with this | | // Clear up the connection. After this call, all states associated with this |
| // pConnectionId will be deleted, and no re-authentication will be triggered | | // pConnectionId will be deleted, and no re-authentication will be triggered |
| // for connection associated with this GUID. | | // for connection associated with this GUID. |
| // | | // |
| // Parameters: | | // Parameters: |
| // - pConnectionId: | | // - pConnectionId: |
| // the same connection GUID passed into EapHostPeerBeginSession(). If | | // the same connection GUID passed into EapHostPeerBeginSession(). If |
| // a NULL is passed to EapHostPeerBeginSession() as the connection id, | | // a NULL is passed to EapHostPeerBeginSession() as the connection id, |
| // then there is no need to call this API. | | // then there is no need to call this API. |
| DWORD APIENTRY | | DWORD APIENTRY |
| | |
| End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 9 lines changed or added |
|