ReactOS
0.4.15-dev-4914-g2220e56
|
Go to the source code of this file.
Classes | |
struct | _DETAILDATA |
Macros | |
#define | EVENT_MESSAGE_EVENTTEXT_BUFFER 1024*10 |
Typedefs | |
typedef struct _DETAILDATA | DETAILDATA |
typedef struct _DETAILDATA * | PDETAILDATA |
Functions | |
BOOL | GetEventMessage (IN LPCWSTR KeyName, IN LPCWSTR SourceName, IN PEVENTLOGRECORD pevlr, OUT PWCHAR EventText) |
static VOID | DisplayEvent (HWND hDlg, PEVENTLOGFILTER EventLogFilter) |
static UINT | PrintByteDataLine (PWCHAR pBuffer, UINT uOffset, PBYTE pData, UINT uLength) |
static UINT | PrintWordDataLine (PWCHAR pBuffer, UINT uOffset, PULONG pData, UINT uLength) |
static VOID | DisplayEventData (HWND hDlg, BOOL bDisplayWords) |
static HFONT | CreateMonospaceFont (VOID) |
static VOID | CopyEventEntry (HWND hWnd) |
static VOID | OnLink (HWND hDlg, ENLINK *penLink) |
static VOID | OnScroll (HWND hDlg, PDETAILDATA pData, INT nBar, WORD sbCode) |
static VOID | OnSize (HWND hDlg, PDETAILDATA pData, INT cx, INT cy) |
static VOID | InitDetailsDlgCtrl (HWND hDlg, PDETAILDATA pData) |
static INT_PTR CALLBACK | EventDetailsCtrl (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HWND | CreateEventDetailsCtrl (HINSTANCE hInstance, HWND hParentWnd, LPARAM lParam) |
Variables | |
HWND | hwndListView |
#define EVENT_MESSAGE_EVENTTEXT_BUFFER 1024*10 |
Definition at line 17 of file evtdetctl.c.
typedef struct _DETAILDATA DETAILDATA |
typedef struct _DETAILDATA * PDETAILDATA |
Definition at line 282 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 937 of file evtdetctl.c.
Referenced by EventDetails(), and InitInstance().
Definition at line 261 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 41 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 184 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 783 of file evtdetctl.c.
Referenced by CreateEventDetailsCtrl().
BOOL GetEventMessage | ( | IN LPCWSTR | KeyName, |
IN LPCWSTR | SourceName, | ||
IN PEVENTLOGRECORD | pevlr, | ||
OUT PWCHAR | EventText | ||
) |
Definition at line 1654 of file eventvwr.c.
Referenced by DisplayEvent().
|
static |
Definition at line 747 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 350 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 388 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
y += (cy - pData->cyOld) / 2 ; // + (cy - pData->cyOld) % 2;
SWP_NOMOVE |
Definition at line 484 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 105 of file evtdetctl.c.
Referenced by DisplayEventData().
Definition at line 148 of file evtdetctl.c.
Referenced by DisplayEventData().
HWND hwndListView |
Definition at line 85 of file eventvwr.c.
Referenced by CDesktopBrowser::_Resize(), AddEmptyItem(), AddUserProfile(), AddUserProfiles(), AddValuesToList(), BrowseRequiredFolder(), ChangeUserProfileType(), CopyUserProfile(), DeleteUserProfile(), DisplayClassCoinstallers(), DisplayClassProperties(), DisplayCsFlags(), DisplayCurrentPowerState(), DisplayDeviceCoinstallers(), DisplayDeviceProperties(), DisplayDevicePropertyText(), DisplayDeviceRelations(), DisplayDevNodeEnumerator(), DisplayDevNodeFlags(), DisplayEvent(), DisplayEventData(), DisplayMatchingDeviceId(), DisplayPowerCapabilities(), DisplayPowerStateMappings(), EditVariableDlgProc(), EnumEventsThread(), EventDetailsCtrl(), GatherDataFromListView(), GetEnvironmentVariables(), GetSelectedListViewItem(), CDesktopBrowser::Initialize(), InitInstance(), MoveListItem(), NtUserSetShellWindowEx(), OnDeleteVariable(), OnEditVariable(), OnGroupsPageInitDialog(), OnInitDialog(), OnInitEnvironmentDialog(), OnNewVariable(), ReleaseListViewItems(), ResizeWnd(), SetAllVars(), SetEnvironmentDialogListViewColumns(), SetGroupsListColumns(), SetListViewColumns(), SetUsersListColumns(), StartStopEnumEventsThread(), UpdateButtonState(), UpdateDetailsDlg(), UpdateGroupsList(), UpdateUsersList(), and WndProc().