[EVENTVWR]
[reactos.git] / reactos / base / applications / mscutils / eventvwr / evtdetctl.h
1 /*
2 * PROJECT: ReactOS Event Log Viewer
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: base/applications/mscutils/eventvwr/evtdetctl.h
5 * PURPOSE: Event Details Control
6 * PROGRAMMERS: Marc Piulachs (marc.piulachs at codexchange [dot] net)
7 * Eric Kohl
8 * Hermes Belusca-Maito
9 */
10
11 #ifndef _EVTDETCTL_H_
12 #define _EVTDETCTL_H_
13
14 #define EVT_SETFILTER (WM_APP + 2)
15 #define EVT_DISPLAY (WM_APP + 3)
16
17 HWND
18 CreateEventDetailsCtrl(HINSTANCE hInstance,
19 HWND hParentWnd,
20 LPARAM lParam);
21
22 #endif /* _EVTDETCTL_H_ */