ReactOS 0.4.16-dev-197-g92996da
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _PORT_DATA |
Typedefs | |
typedef struct _PORT_DATA | PORT_DATA |
typedef struct _PORT_DATA * | PPORT_DATA |
Functions | |
static VOID | GetUsedPorts (PDWORD pPortMap) |
static VOID | ReadPortSettings (PPORT_DATA pPortData) |
static DWORD | ChangePortNumber (_In_ PPORT_DATA pPortData, _In_ DWORD dwNewPortNumber) |
static VOID | WritePortSettings (HWND hwnd, PPORT_DATA pPortData) |
static BOOL | OnInitDialog (HWND hwnd, WPARAM wParam, LPARAM lParam) |
static VOID | OnNotify (HWND hwnd, WPARAM wParam, LPARAM lParam) |
static VOID | OnDestroy (HWND hwnd) |
static INT_PTR CALLBACK | ParallelSettingsDlgProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL WINAPI | ParallelPortPropPageProvider (PSP_PROPSHEETPAGE_REQUEST lpPropSheetPageRequest, LPFNADDPROPSHEETPAGE lpfnAddPropSheetPageProc, LPARAM lParam) |
typedef struct _PORT_DATA PORT_DATA |
typedef struct _PORT_DATA * PPORT_DATA |
|
static |
Definition at line 164 of file parallel.c.
Referenced by WritePortSettings().
Definition at line 27 of file parallel.c.
Referenced by OnInitDialog(), and WritePortSettings().
Definition at line 476 of file parallel.c.
Referenced by ParallelSettingsDlgProc().
Definition at line 378 of file parallel.c.
Referenced by ParallelSettingsDlgProc().
Definition at line 450 of file parallel.c.
Referenced by ParallelSettingsDlgProc().
BOOL WINAPI ParallelPortPropPageProvider | ( | PSP_PROPSHEETPAGE_REQUEST | lpPropSheetPageRequest, |
LPFNADDPROPSHEETPAGE | lpfnAddPropSheetPageProc, | ||
LPARAM | lParam | ||
) |
Definition at line 525 of file parallel.c.
|
static |
Definition at line 498 of file parallel.c.
Referenced by ParallelPortPropPageProvider().
|
static |
Definition at line 90 of file parallel.c.
Referenced by OnInitDialog().
|
static |
Definition at line 247 of file parallel.c.
Referenced by OnNotify().