Correct event is reported for DWORD-returning functions now

This commit is contained in:
Simon Rozman 2016-06-23 15:46:12 +02:00
parent 1fc77fc63d
commit fa141fc525

View File

@ -110,7 +110,7 @@ namespace eap
/// ///
inline winstd::event_fn_auto get_event_fn_auto(_In_z_ LPCSTR pszFnName) const inline winstd::event_fn_auto get_event_fn_auto(_In_z_ LPCSTR pszFnName) const
{ {
return winstd::event_fn_auto(m_ep, &EAPMETHOD_TRACE_EVT_FN_CALL, &EAPMETHOD_TRACE_EVT_FN_RETURN_DWORD, pszFnName); return winstd::event_fn_auto(m_ep, &EAPMETHOD_TRACE_EVT_FN_CALL, &EAPMETHOD_TRACE_EVT_FN_RETURN, pszFnName);
} }
/// ///