ppResult >> pResult

This commit is contained in:
2016-10-24 13:33:01 +02:00
parent 6f90cfaf99
commit a1f9a7bab9
10 changed files with 32 additions and 32 deletions

View File

@@ -115,7 +115,7 @@ namespace eap
///
virtual void get_result(
_In_ EapPeerMethodResultReason reason,
_Inout_ EapPeerMethodResult *ppResult);
_Inout_ EapPeerMethodResult *pResult);
/// @}

View File

@@ -165,7 +165,7 @@ namespace eap
virtual void get_result(
_In_ EAP_SESSION_HANDLE hSession,
_In_ EapPeerMethodResultReason reason,
_Inout_ EapPeerMethodResult *ppResult);
_Inout_ EapPeerMethodResult *pResult);
///
/// Obtains the user interface context from the EAP method.