ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Macros | |
#define | NTOS_MODE_USER |
Typedefs | |
typedef enum _PORT_TYPE | PORT_TYPE |
Enumerations | |
enum | _PORT_TYPE { UnknownPort , ParallelPort , SerialPort } |
Variables | |
LPWSTR | pszCom = L"COM" |
LPWSTR | pszLpt = L"LPT" |
#define NTOS_MODE_USER |
Definition at line 13 of file classinst.c.
typedef enum _PORT_TYPE PORT_TYPE |
Enumerator | |
---|---|
UnknownPort | |
ParallelPort | |
SerialPort |
Definition at line 16 of file classinst.c.
BOOL GetBootResourceList | ( | HDEVINFO | DeviceInfoSet, |
PSP_DEVINFO_DATA | DeviceInfoData, | ||
PCM_RESOURCE_LIST * | ppResourceList | ||
) |
Definition at line 28 of file classinst.c.
Referenced by GetParallelPortNumber(), and GetSerialPortNumber().
DWORD GetParallelPortNumber | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData | ||
) |
Definition at line 215 of file classinst.c.
Referenced by InstallParallelPort().
PORT_TYPE GetPortType | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData | ||
) |
Definition at line 658 of file classinst.c.
Referenced by InstallPort(), and RemovePort().
DWORD GetSerialPortNumber | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA | DeviceInfoData | ||
) |
Definition at line 143 of file classinst.c.
Referenced by InstallSerialPort().
VOID InstallDeviceData | ( | IN HDEVINFO | DeviceInfoSet, |
IN PSP_DEVINFO_DATA DeviceInfoData | OPTIONAL | ||
) |
Definition at line 568 of file classinst.c.
Referenced by InstallPort().
|
static |
Definition at line 417 of file classinst.c.
Referenced by InstallPort().
|
static |
Definition at line 715 of file classinst.c.
Referenced by PortsClassInstaller().
|
static |
Definition at line 281 of file classinst.c.
Referenced by InstallPort().
DWORD WINAPI PortsClassInstaller | ( | IN DI_FUNCTION | InstallFunction, |
IN HDEVINFO | DeviceInfoSet, | ||
IN PSP_DEVINFO_DATA DeviceInfoData | OPTIONAL | ||
) |
Definition at line 803 of file classinst.c.
|
static |
Definition at line 738 of file classinst.c.
Referenced by DECLARE_INTERFACE_(), and PortsClassInstaller().
LPWSTR pszCom = L"COM" |
Definition at line 23 of file classinst.c.
Referenced by InstallSerialPort(), and RemovePort().
LPWSTR pszLpt = L"LPT" |
Definition at line 24 of file classinst.c.
Referenced by InstallParallelPort().