ReactOS 0.4.16-dev-747-gbc52d5f
|
Go to the source code of this file.
Classes | |
struct | _DEVADVPROP_INFO |
struct | _ENUMDRIVERFILES_CONTEXT |
Macros | |
#define | PM_INITIALIZE (WM_APP + 0x101) |
Typedefs | |
typedef INT_PTR(WINAPI * | PPROPERTYSHEETW) (LPCPROPSHEETHEADERW) |
typedef HPROPSHEETPAGE(WINAPI * | PCREATEPROPERTYSHEETPAGEW) (LPCPROPSHEETPAGEW) |
typedef BOOL(WINAPI * | PDESTROYPROPERTYSHEETPAGE) (HPROPSHEETPAGE) |
typedef struct _DEVADVPROP_INFO | DEVADVPROP_INFO |
typedef struct _DEVADVPROP_INFO * | PDEVADVPROP_INFO |
typedef struct _ENUMDRIVERFILES_CONTEXT | ENUMDRIVERFILES_CONTEXT |
typedef struct _ENUMDRIVERFILES_CONTEXT * | PENUMDRIVERFILES_CONTEXT |
Variables | |
HINSTANCE | hDllInstance |
Definition at line 70 of file properties.h.
typedef struct _DEVADVPROP_INFO DEVADVPROP_INFO |
typedef HPROPSHEETPAGE(WINAPI * PCREATEPROPERTYSHEETPAGEW) (LPCPROPSHEETPAGEW) |
Definition at line 9 of file properties.h.
typedef BOOL(WINAPI * PDESTROYPROPERTYSHEETPAGE) (HPROPSHEETPAGE) |
Definition at line 10 of file properties.h.
typedef struct _DEVADVPROP_INFO * PDEVADVPROP_INFO |
typedef INT_PTR(WINAPI * PPROPERTYSHEETW) (LPCPROPSHEETHEADERW) |
Definition at line 8 of file properties.h.
Definition at line 711 of file misc.cpp.
Referenced by UpdateDevInfo().
Definition at line 239 of file misc.cpp.
Referenced by DeviceAdvancedPropertiesA(), DeviceManager_ExecuteA(), DeviceProblemWizardA(), DeviceProperties_RunDLLA(), and DevicePropertiesExA().
INT_PTR DisplayDeviceAdvancedProperties | ( | IN HWND | hWndParent, |
IN LPCWSTR lpDeviceID | OPTIONAL, | ||
IN HDEVINFO | DeviceInfoSet, | ||
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
IN HINSTANCE | hComCtl32, | ||
IN LPCWSTR | lpMachineName, | ||
IN DWORD | dwFlags | ||
) |
Definition at line 2940 of file advprop.cpp.
Referenced by DeviceAdvancedPropertiesW(), DevicePropertiesExW(), and DisplaySelectedDeviceProperties().
BOOL EnableDevice | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA DevInfoData | OPTIONAL, | ||
IN BOOL | bEnable, | ||
IN DWORD HardwareProfile | OPTIONAL, | ||
OUT BOOL *bNeedReboot | OPTIONAL | ||
) |
Definition at line 784 of file misc.cpp.
Referenced by ApplyGeneralSettings().
BOOL FindCurrentDriver | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT PSP_DRVINFO_DATA | DriverInfoData | ||
) |
Definition at line 924 of file misc.cpp.
Referenced by UpdateDriverDetailsDlg().
Definition at line 1132 of file misc.cpp.
Referenced by DeviceProperties_RunDLLW().
BOOL GetDeviceDescriptionString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 880 of file misc.cpp.
Referenced by FillDevicesListViewControl(), and UpdateDevInfo().
BOOL GetDeviceLocationString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
IN DEVINST dnParentDevInst | OPTIONAL, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 318 of file misc.cpp.
Referenced by UpdateControlStates(), and UpdateDevInfo().
BOOL GetDeviceManufacturerString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 281 of file misc.cpp.
Referenced by UpdateControlStates(), and UpdateDevInfo().
BOOL GetDeviceStatusString | ( | IN DEVINST | DevInst, |
IN HMACHINE | hMachine, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 443 of file misc.cpp.
Referenced by UpdateControlStates(), and UpdateDevInfo().
BOOL GetDeviceTypeString | ( | IN PSP_DEVINFO_DATA | DeviceInfoData, |
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 849 of file misc.cpp.
Referenced by FillDevicesListViewControl(), and UpdateDevInfo().
BOOL GetDriverDateString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 619 of file misc.cpp.
Referenced by UpdateDriverDlg().
BOOL GetDriverProviderString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 504 of file misc.cpp.
Referenced by UpdateDriverDlg().
BOOL GetDriverVersionString | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData, | ||
OUT LPWSTR | szBuffer, | ||
IN DWORD | BufferSize | ||
) |
Definition at line 562 of file misc.cpp.
Referenced by UpdateDriverDlg().
Definition at line 687 of file misc.cpp.
Referenced by BuildDevicesList().
Definition at line 735 of file misc.cpp.
Referenced by UpdateDevInfo().
Definition at line 759 of file misc.cpp.
Referenced by UpdateDevInfo().
Definition at line 23 of file misc.c.
Referenced by AllocAndLoadString(), AllocAndLoadStringsCat(), and DeviceProblemTextW().
Definition at line 134 of file misc.c.
Referenced by DisplaySelectedDeviceProperties(), SecurityPageProc(), UpdateControlStates(), UpdateDevicesListViewControl(), and UpdatePrincipalInfo().
Definition at line 76 of file misc.c.
Referenced by GetDeviceLocationString().
DWORD LoadAndFormatStringsCat | ( | IN HINSTANCE | hInstance, |
IN UINT * | uID, | ||
IN UINT | nIDs, | ||
OUT LPWSTR * | lpTarget, | ||
... | |||
) |
Definition at line 177 of file misc.cpp.
Referenced by DeviceProblemTextW().
Definition at line 1106 of file misc.cpp.
Referenced by DeviceAdvancedPropertiesW(), DeviceCreateHardwarePageEx(), DeviceProblemWizardW(), and DevicePropertiesExW().
INT_PTR CALLBACK ResourcesProcDriverDlgProc | ( | IN HWND | hwndDlg, |
IN UINT | uMsg, | ||
IN WPARAM | wParam, | ||
IN LPARAM | lParam | ||
) |
Definition at line 316 of file hwresource.cpp.
Referenced by UpdateDevInfo().
BOOL ShowDeviceProblemWizard | ( | IN HWND hWndParent | OPTIONAL, |
IN HDEVINFO | hDevInfo, | ||
IN PSP_DEVINFO_DATA | DevInfoData, | ||
IN HMACHINE hMachine | OPTIONAL | ||
) |
Definition at line 34 of file devprblm.cpp.
Referenced by AdvPropGeneralDlgProc(), and DeviceProblemWizardW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | devmgr | ) |