ReactOS 0.4.16-dev-1453-g06343fa
|
Go to the source code of this file.
Classes | |
struct | _DETAILDATA |
Macros | |
#define | COPY_EVTTEXT_SPACE_PADDING_MODE |
ReactOS-only feature: Enable or disable support for copying event info text using space padding between header titles and data, when pressing the SHIFT key while clicking on the "Copy" button, instead of using TABs as separators. | |
#define | EVENT_MESSAGE_EVENTTEXT_BUFFER (1024*10) |
Typedefs | |
typedef struct _DETAILDATA | DETAILDATA |
typedef struct _DETAILDATA * | PDETAILDATA |
Variables | |
WCHAR | szTitle [] |
HWND | hwndListView |
#define COPY_EVTTEXT_SPACE_PADDING_MODE |
ReactOS-only feature: Enable or disable support for copying event info text using space padding between header titles and data, when pressing the SHIFT key while clicking on the "Copy" button, instead of using TABs as separators.
Definition at line 24 of file evtdetctl.c.
#define EVENT_MESSAGE_EVENTTEXT_BUFFER (1024*10) |
Definition at line 27 of file evtdetctl.c.
typedef struct _DETAILDATA DETAILDATA |
typedef struct _DETAILDATA * PDETAILDATA |
Definition at line 977 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Retrieves the already-gathered event information, structure it in text format and copy it into the clipboard for user consumption.
The copied event information has the following text format, where each text line ends with CR-LF newlines:
For the single-line fields, the spacing between the header title and information is either a TAB (default), to facilitate data import in spreadsheet programs, or space-padding (when the user presses the SHIFT key while copying the data) to prettify information display. (This latter functionality is supported only if the program is compiled with the COPY_EVTTEXT_SPACE_PADDING_MODE define.)
Definition at line 356 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 1305 of file evtdetctl.c.
Referenced by EventDetails(), and InitInstance().
Definition at line 1004 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 66 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 206 of file evtdetctl.c.
Referenced by DisplayEvent(), and EventDetailsCtrl().
Definition at line 964 of file evtdetctl.c.
Referenced by ClearContents(), EventDetailsCtrl(), and InitDetailsDlgCtrl().
|
static |
Definition at line 1075 of file evtdetctl.c.
Referenced by CreateEventDetailsCtrl().
BOOL GetEventMessage | ( | _In_ PCWSTR | KeyName, |
_In_ PCWSTR | SourceName, | ||
_In_ PEVENTLOGRECORD | pevlr, | ||
_Out_writes_z_(cchText) PWSTR | EventText, | ||
_In_ SIZE_T | cchText | ||
) |
Definition at line 1658 of file eventvwr.c.
Referenced by DisplayEvent().
|
static |
Definition at line 1025 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 270 of file evtdetctl.c.
Referenced by my_wcswidth(), and my_wcwidth().
Definition at line 301 of file evtdetctl.c.
Referenced by CopyEventEntry().
Definition at line 294 of file evtdetctl.c.
Definition at line 566 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
Definition at line 604 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
|
static |
y += (cy - pData->cyOld) / 2 ; // + (cy - pData->cyOld) % 2;
SWP_NOMOVE |
Definition at line 701 of file evtdetctl.c.
Referenced by EventDetailsCtrl().
Definition at line 127 of file evtdetctl.c.
Referenced by DisplayEventData().
Definition at line 170 of file evtdetctl.c.
Referenced by DisplayEventData().
|
extern |
Definition at line 66 of file eventvwr.c.
Referenced by CDesktopBrowser::_Resize(), AddEmptyItem(), AddUserProfile(), AddUserProfiles(), AddValuesToList(), AdvProcDetailsDlgProc(), BrowseRequiredFolder(), ChangeUserProfileType(), CopyUserProfile(), DeleteUserProfile(), DisplayClassCoinstallers(), DisplayClassProperties(), DisplayCsFlags(), DisplayCurrentPowerState(), DisplayDeviceCoinstallers(), DisplayDeviceProperties(), DisplayDevicePropertyText(), DisplayDeviceRelations(), DisplayDevNodeEnumerator(), DisplayDevNodeFlags(), DisplayEvent(), DisplayMatchingDeviceId(), DisplayPowerCapabilities(), DisplayPowerStateMappings(), EditVariableDlgProc(), EnableNavigationArrows(), 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().
|
extern |
Definition at line 35 of file magnifier.c.
Referenced by EventDetailsCtrl().