Lines Matching refs:HRESULT
55 HRESULT SetLoggerName(const wchar_t* logger_name);
61 HRESULT SetLoggerFileName(const wchar_t* logger_file_name);
94 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop);
97 HRESULT StartFileSession(const wchar_t* session_name,
102 HRESULT StartRealtimeSession(const wchar_t* session_name,
108 HRESULT EnableProvider(const GUID& provider, UCHAR level,
111 HRESULT DisableProvider(const GUID& provider);
115 HRESULT Stop(EtwTraceProperties* properties);
119 HRESULT Flush(EtwTraceProperties* properties);
123 static HRESULT Start(const wchar_t* session_name,
127 static HRESULT Query(const wchar_t* session_name,
130 static HRESULT Update(const wchar_t* session_name,
133 static HRESULT Stop(const wchar_t* session_name,
135 static HRESULT Flush(const wchar_t* session_name,