|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | HARDWARE_RESOURCE_DATA |
Macros | |
| #define | CX_TYPECOLUMN_WIDTH 120 |
Typedefs | |
| typedef struct HARDWARE_RESOURCE_DATA * | PHARDWARE_RESOURCE_DATA |
Functions | |
| static VOID | InitializeDevicesList (IN HWND hWndDevList) |
| VOID | InsertListItem (IN HWND hWndDevList, IN INT ItemCount, IN LPWSTR ResourceType, IN LPWSTR ResourceDescription) |
| VOID | AddResourceItems (IN PDEVADVPROP_INFO dap, IN HWND hWndDevList) |
| static VOID | UpdateDriverResourceDlg (IN HWND hwndDlg, IN PDEVADVPROP_INFO dap) |
| INT_PTR CALLBACK | ResourcesProcDriverDlgProc (IN HWND hwndDlg, IN UINT uMsg, IN WPARAM wParam, IN LPARAM lParam) |
| static PCM_RESOURCE_LIST | GetAllocatedResourceList (LPWSTR pszDeviceID) |
| static PCM_RESOURCE_LIST | GetBootResourceList (LPWSTR pszDeviceID) |
| PVOID | GetResourceList (LPWSTR pszDeviceID) |
| #define CX_TYPECOLUMN_WIDTH 120 |
Definition at line 26 of file hwresource.cpp.
| VOID AddResourceItems | ( | IN PDEVADVPROP_INFO | dap, |
| IN HWND | hWndDevList | ||
| ) |
Definition at line 100 of file hwresource.cpp.
Referenced by ResourcesProcDriverDlgProc().
|
static |
Definition at line 214 of file hwresource.cpp.
Referenced by GetResourceList().
|
static |
Definition at line 257 of file hwresource.cpp.
Referenced by GetResourceList().
Definition at line 299 of file hwresource.cpp.
Referenced by CDeviceView::RecurseResources(), and UpdateDevInfo().
Definition at line 29 of file hwresource.cpp.
Referenced by ResourcesProcDriverDlgProc().
| VOID InsertListItem | ( | IN HWND | hWndDevList, |
| IN INT | ItemCount, | ||
| IN LPWSTR | ResourceType, | ||
| IN LPWSTR | ResourceDescription | ||
| ) |
Definition at line 74 of file hwresource.cpp.
Referenced by AddResourceItems().
| INT_PTR CALLBACK ResourcesProcDriverDlgProc | ( | IN HWND | hwndDlg, |
| IN UINT | uMsg, | ||
| IN WPARAM | wParam, | ||
| IN LPARAM | lParam | ||
| ) |
Definition at line 173 of file hwresource.cpp.
Referenced by UpdateDevInfo().
|
static |
Definition at line 155 of file hwresource.cpp.
Referenced by ResourcesProcDriverDlgProc().