Lines Matching defs:error
97 ULONG error = ::EnableTrace(TRUE, flags, level, &provider, session_);
98 return HRESULT_FROM_WIN32(error);
102 ULONG error = ::EnableTrace(FALSE, 0, 0, &provider, session_);
103 return HRESULT_FROM_WIN32(error);
111 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
113 if (ERROR_SUCCESS != error)
114 return HRESULT_FROM_WIN32(error);
126 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
128 if (ERROR_SUCCESS != error)
129 return HRESULT_FROM_WIN32(error);