ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <precomp.h>
Public Attributes | |
BOOL | bShowDetailsPane |
BOOL | bShowGrid |
BOOL | bSaveSettings |
BOOL | bNewestEventsFirst |
INT | nVSplitPos |
INT | nHSplitPos |
WINDOWPLACEMENT | wpPos |
WCHAR | Key [MAXKEY] |
WCHAR | Type |
union { | |
INT i | |
WCHAR s [MAXVALUE] | |
} | Value |
Definition at line 105 of file eventvwr.c.
BOOL _SETTINGS::bNewestEventsFirst |
Definition at line 110 of file eventvwr.c.
BOOL _SETTINGS::bSaveSettings |
Definition at line 109 of file eventvwr.c.
BOOL _SETTINGS::bShowDetailsPane |
Definition at line 107 of file eventvwr.c.
BOOL _SETTINGS::bShowGrid |
Definition at line 108 of file eventvwr.c.
INT _SETTINGS::i |
Definition at line 38 of file precomp.h.
Referenced by GetIntegerFromSettings(), InitRdpSettings(), ParseSettings(), SetIntegerToSettings(), and WriteRdpFile().
Definition at line 35 of file precomp.h.
Referenced by GetIntegerFromSettings(), GetStringFromSettings(), InitRdpSettings(), ParseSettings(), SetIntegerToSettings(), SetStringToSettings(), and WriteRdpFile().
INT _SETTINGS::nHSplitPos |
Definition at line 112 of file eventvwr.c.
INT _SETTINGS::nVSplitPos |
Definition at line 111 of file eventvwr.c.
Definition at line 39 of file precomp.h.
Referenced by GetStringFromSettings(), ParseSettings(), SetStringToSettings(), and WriteRdpFile().
WCHAR _SETTINGS::Type |
Definition at line 36 of file precomp.h.
Referenced by GetIntegerFromSettings(), GetStringFromSettings(), InitRdpSettings(), ParseSettings(), SetIntegerToSettings(), SetStringToSettings(), and WriteRdpFile().
union { ... } _SETTINGS::Value |
WINDOWPLACEMENT _SETTINGS::wpPos |
Definition at line 113 of file eventvwr.c.