ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | _MONITORUIDATA |
struct | _PORTTHREADINFO |
Typedefs | |
typedef struct _MONITORUIDATA | MONITORUIDATA |
typedef struct _MONITORUIDATA * | PMONITORUIDATA |
typedef DWORD(* | PPfpFunction) (LPWSTR, ULONG_PTR, LPWSTR) |
typedef struct _PORTTHREADINFO | PORTTHREADINFO |
typedef struct _PORTTHREADINFO * | PPORTTHREADINFO |
typedef struct _MONITORUIDATA MONITORUIDATA |
typedef struct _MONITORUIDATA * PMONITORUIDATA |
typedef struct _PORTTHREADINFO PORTTHREADINFO |
typedef struct _PORTTHREADINFO * PPORTTHREADINFO |
Definition at line 420 of file ports.c.
Referenced by test_AddPort().
Definition at line 501 of file ports.c.
Definition at line 452 of file ports.c.
Definition at line 586 of file ports.c.
Definition at line 629 of file ports.c.
Referenced by test_ConfigurePort().
Definition at line 663 of file ports.c.
Definition at line 234 of file ports.c.
Referenced by GetMonitorUI().
Definition at line 705 of file ports.c.
Referenced by test_AddPortEx(), and test_DeletePort().
Definition at line 739 of file ports.c.
BOOL WINAPI EnumPortsA | ( | PSTR | pName, |
DWORD | Level, | ||
PBYTE | pPorts, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 774 of file ports.c.
BOOL WINAPI EnumPortsW | ( | PWSTR | pName, |
DWORD | Level, | ||
PBYTE | pPorts, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 918 of file ports.c.
VOID FASTCALL FreeMonitorUI | ( | PMONITORUIDATA | pmuid | ) |
Definition at line 183 of file ports.c.
Referenced by AddPortW(), ConfigurePortW(), DeletePortW(), and GetMonitorUI().
DWORD WINAPI GetMonitorUI | ( | PWSTR | pName, |
PWSTR | pMonitorPortName, | ||
PWSTR | pXcvName, | ||
PMONITORUI * | pmui, | ||
PMONITORUIDATA * | ppmuid | ||
) |
Definition at line 288 of file ports.c.
Referenced by AddPortW(), ConfigurePortW(), and DeletePortW().
BOOL WINAPI GetMonitorUIActivationContext | ( | PWSTR | pDeviceName, |
PMONITORUIDATA | pmuid | ||
) |
Definition at line 138 of file ports.c.
Referenced by GetMonitorUI().
Definition at line 103 of file ports.c.
Referenced by GetMonitorUIActivationContext().
VOID WINAPI IntPortThread | ( | PPORTTHREADINFO | pPortThreadInfo | ) |
Definition at line 33 of file ports.c.
Referenced by StartPortThread().
Definition at line 955 of file ports.c.
Definition at line 1009 of file ports.c.
Definition at line 55 of file ports.c.
Referenced by AddPortW(), ConfigurePortW(), and DeletePortW().
Definition at line 208 of file ports.c.
Referenced by ConstructXcvName().