ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <cicuif.h>
Public Member Functions | |
CUIFSystemInfo () | |
void | GetSystemMetrics () |
void | Initialize () |
Public Attributes | |
DWORD | m_cBitsPixels |
BOOL | m_bHighContrast1 |
BOOL | m_bHighContrast2 |
Static Public Attributes | |
static CUIFSystemInfo * | s_pSystemInfo = NULL |
Additional Inherited Members | |
![]() | |
ULONG | dwOSVersionInfoSize |
ULONG | dwMajorVersion |
ULONG | dwMinorVersion |
ULONG | dwBuildNumber |
ULONG | dwPlatformId |
CHAR | szCSDVersion [128] |
DWORD | dwOSVersionInfoSize |
DWORD | dwMajorVersion |
DWORD | dwMinorVersion |
DWORD | dwBuildNumber |
DWORD | dwPlatformId |
void CUIFSystemInfo::GetSystemMetrics | ( | ) |
Definition at line 39 of file cicuif.cpp.
Referenced by cicUpdateUIFSys(), and Initialize().
void CUIFSystemInfo::Initialize | ( | ) |
Definition at line 56 of file cicuif.cpp.
Referenced by cicInitUIFSys().
BOOL CUIFSystemInfo::m_bHighContrast1 |
Definition at line 54 of file cicuif.h.
Referenced by GetSystemMetrics().
BOOL CUIFSystemInfo::m_bHighContrast2 |
Definition at line 55 of file cicuif.h.
Referenced by GetSystemMetrics().
DWORD CUIFSystemInfo::m_cBitsPixels |
Definition at line 53 of file cicuif.h.
Referenced by GetSystemMetrics().
|
static |
Definition at line 52 of file cicuif.h.
Referenced by cicDoneUIFSys(), cicInitUIFSys(), and cicUpdateUIFSys().