|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| BOOL | GetFileModifyTime (LPCWSTR pFullPath, WCHAR *szTime, int szTimeSize) |
| static UINT WINAPI | DriverFilesCallback (IN PVOID Context, IN UINT Notification, IN UINT_PTR Param1, IN UINT_PTR Param2) |
| VOID | EnumerateDrivers (PVOID Context, HDEVINFO hList, PSP_DEVINFO_DATA pInfoData) |
| static void | DisplayPageSetDeviceDetails (HWND *hDlgCtrls, LPCGUID classGUID, LPGUID *deviceGUID) |
| static BOOL | InitializeDialog (HWND hwndDlg, PDISPLAY_DEVICEW pDispDevice) |
| static BOOL WINAPI | DDEnumerateCallback (IN GUID *lpGuid, IN LPSTR lpDriverName, IN LPSTR lpDriverDescription, IN LPVOID lpContext, IN HMONITOR hMonitor) |
| void | InitializeDisplayAdapters (PDXDIAG_CONTEXT pContext) |
| INT_PTR CALLBACK | DisplayPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
|
static |
Definition at line 310 of file display.c.
Referenced by InitializeDisplayAdapters().
|
static |
Definition at line 159 of file display.c.
Referenced by InitializeDialog().
Definition at line 395 of file display.c.
Referenced by DDEnumerateCallback().
|
static |
Definition at line 47 of file display.c.
Referenced by EnumerateDrivers().
| VOID EnumerateDrivers | ( | PVOID | Context, |
| HDEVINFO | hList, | ||
| PSP_DEVINFO_DATA | pInfoData | ||
| ) |
Definition at line 99 of file display.c.
Referenced by DisplayPageSetDeviceDetails(), and SetDeviceDetails().
Definition at line 15 of file display.c.
Referenced by DriverFilesCallback().
|
static |
Definition at line 206 of file display.c.
Referenced by DDEnumerateCallback().
| void InitializeDisplayAdapters | ( | PDXDIAG_CONTEXT | pContext | ) |
Definition at line 388 of file display.c.
Referenced by InitializeTabCtrl().