ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Typedefs | |
typedef enum HWPAGE_DISPLAYMODE * | PHWPAGE_DISPLAYMODE |
Enumerations | |
enum | HWPAGE_DISPLAYMODE { HWPD_STANDARDLIST = 0 , HWPD_LARGELIST , HWPD_MAX = HWPD_LARGELIST , HWPD_STANDARDLIST = 0 , HWPD_LARGELIST , HWPD_MAX = HWPD_LARGELIST , HWPD_STANDARDLIST = 0 , HWPD_LARGELIST , HWPD_MAX = HWPD_LARGELIST , HWPD_STANDARDLIST = 0 , HWPD_LARGELIST , HWPD_MAX = HWPD_LARGELIST } |
#define DeviceAdvancedProperties DeviceAdvancedPropertiesA |
#define DeviceManager_Execute DeviceManager_ExecuteA |
#define DeviceManagerPrint DeviceManagerPrintA |
#define DeviceProblemText DeviceProblemTextA |
#define DeviceProblemWizard DeviceProblemWizardA |
#define DeviceProblemWizard_RunDLL DeviceProblemWizard_RunDLLA |
#define DeviceProperties DevicePropertiesA |
#define DeviceProperties_RunDLL DeviceProperties_RunDLLA |
#define DevicePropertiesEx DevicePropertiesExA |
typedef enum HWPAGE_DISPLAYMODE * PHWPAGE_DISPLAYMODE |
Enumerator | |
---|---|
HWPD_STANDARDLIST | |
HWPD_LARGELIST | |
HWPD_MAX | |
HWPD_STANDARDLIST | |
HWPD_LARGELIST | |
HWPD_MAX | |
HWPD_STANDARDLIST | |
HWPD_LARGELIST | |
HWPD_MAX | |
HWPD_STANDARDLIST | |
HWPD_LARGELIST | |
HWPD_MAX |
INT_PTR WINAPI DeviceAdvancedPropertiesA | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCSTR lpMachineName | OPTIONAL, | ||
IN LPCSTR | lpDeviceID | ||
) |
Definition at line 118 of file api.cpp.
INT_PTR WINAPI DeviceAdvancedPropertiesW | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCWSTR lpMachineName | OPTIONAL, | ||
IN LPCWSTR | lpDeviceID | ||
) |
Definition at line 47 of file api.cpp.
Referenced by DeviceAdvancedPropertiesA().
HWND WINAPI DeviceCreateHardwarePageEx | ( | IN HWND | hWndParent, |
IN LPGUID | lpGuids, | ||
IN UINT | uNumberOfGuids, | ||
IN HWPAGE_DISPLAYMODE | DisplayMode | ||
) |
Definition at line 1021 of file hwpage.cpp.
Referenced by DeviceCreateHardwarePage().
BOOL WINAPI DeviceManager_ExecuteA | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCSTR | lpMachineName, | ||
int | nCmdShow | ||
) |
Definition at line 550 of file api.cpp.
BOOL WINAPI DeviceManager_ExecuteW | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCWSTR | lpMachineName, | ||
int | nCmdShow | ||
) |
Definition at line 611 of file api.cpp.
Referenced by DeviceManager_ExecuteA(), and wWinMain().
BOOL WINAPI DeviceManagerPrintA | ( | LPCSTR | lpMachineName, |
LPCSTR | lpPrinter, | ||
int | nPrintMode, | ||
UINT | uNumberOfGuids, | ||
LPGUID | lpGuids | ||
) |
BOOL WINAPI DeviceManagerPrintW | ( | LPCWSTR | lpMachineName, |
LPCWSTR | lpPrinter, | ||
int | nPrintMode, | ||
UINT | uNumberOfGuids, | ||
LPGUID | lpGuids | ||
) |
UINT WINAPI DeviceProblemTextA | ( | IN HMACHINE hMachine | OPTIONAL, |
IN DEVINST | dnDevInst, | ||
IN ULONG | uProblemId, | ||
OUT LPSTR | lpString, | ||
IN UINT | uMaxString | ||
) |
Definition at line 417 of file devprblm.cpp.
UINT WINAPI DeviceProblemTextW | ( | IN HMACHINE hMachine | OPTIONAL, |
IN DEVINST | dnDevInst, | ||
IN ULONG | uProblemId, | ||
OUT LPWSTR | lpString, | ||
IN UINT | uMaxString | ||
) |
Definition at line 491 of file devprblm.cpp.
Referenced by DeviceProblemTextA(), GetDeviceStatusString(), and InitProbeListPage().
VOID WINAPI DeviceProblemWizard_RunDLLA | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCSTR | lpDeviceCmd, | ||
int | nCmdShow | ||
) |
VOID WINAPI DeviceProblemWizard_RunDLLW | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCWSTR | lpDeviceCmd, | ||
int | nCmdShow | ||
) |
BOOL WINAPI DeviceProblemWizardA | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCSTR lpMachineName | OPTIONAL, | ||
IN LPCSTR | lpDeviceID | ||
) |
Definition at line 213 of file devprblm.cpp.
BOOL WINAPI DeviceProblemWizardW | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCWSTR lpMachineName | OPTIONAL, | ||
IN LPCWSTR | lpDeviceID | ||
) |
Definition at line 280 of file devprblm.cpp.
Referenced by DeviceProblemWizardA().
VOID WINAPI DeviceProperties_RunDLLA | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCSTR | lpDeviceCmd, | ||
int | nCmdShow | ||
) |
Definition at line 443 of file api.cpp.
VOID WINAPI DeviceProperties_RunDLLW | ( | HWND | hWndParent, |
HINSTANCE | hInst, | ||
LPCWSTR | lpDeviceCmd, | ||
int | nCmdShow | ||
) |
Definition at line 498 of file api.cpp.
Referenced by DeviceProperties_RunDLLA().
int WINAPI DevicePropertiesA | ( | HWND | hWndParent, |
LPCSTR | lpMachineName, | ||
LPCSTR | lpDeviceID, | ||
BOOL | bShowDevMgr | ||
) |
Definition at line 366 of file api.cpp.
INT_PTR WINAPI DevicePropertiesExA | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCSTR lpMachineName | OPTIONAL, | ||
IN LPCSTR lpDeviceID | OPTIONAL, | ||
IN DWORD dwFlags | OPTIONAL, | ||
IN BOOL | bShowDevMgr | ||
) |
Definition at line 193 of file api.cpp.
Referenced by DevicePropertiesA().
INT_PTR WINAPI DevicePropertiesExW | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCWSTR lpMachineName | OPTIONAL, | ||
IN LPCWSTR lpDeviceID | OPTIONAL, | ||
IN DWORD dwFlags | OPTIONAL, | ||
IN BOOL | bShowDevMgr | ||
) |
Definition at line 272 of file api.cpp.
Referenced by DevicePropertiesExA(), DevicePropertiesW(), and CDeviceView::DisplayPropertySheet().
int WINAPI DevicePropertiesW | ( | HWND | hWndParent, |
LPCWSTR | lpMachineName, | ||
LPCWSTR | lpDeviceID, | ||
BOOL | bShowDevMgr | ||
) |
Definition at line 403 of file api.cpp.
Referenced by DeviceProperties_RunDLLW().