ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | AddPortExW (PWSTR pName, DWORD Level, PBYTE lpBuffer, PWSTR lpMonitorName) |
BOOL WINAPI | AddPortW (PWSTR pName, HWND hWnd, PWSTR pMonitorName) |
BOOL WINAPI | ConfigurePortW (PWSTR pName, HWND hWnd, PWSTR pPortName) |
BOOL WINAPI | DeletePortW (PWSTR pName, HWND hWnd, PWSTR pPortName) |
BOOL WINAPI | EnumPortsW (PWSTR pName, DWORD Level, PBYTE pPorts, DWORD cbBuf, PDWORD pcbNeeded, PDWORD pcReturned) |
BOOL WINAPI | SetPortW (PWSTR pName, PWSTR pPortName, DWORD dwLevel, PBYTE pPortInfo) |
Definition at line 11 of file ports.c.
Referenced by _RpcAddPortEx(), and AddPortExA().
Definition at line 46 of file ports.c.
Referenced by _RpcAddPort(), and AddPortA().
Definition at line 81 of file ports.c.
Referenced by _RpcConfigurePort(), and ConfigurePortA().
Definition at line 114 of file ports.c.
Referenced by _RpcDeletePort(), and DeletePortA().
BOOL WINAPI EnumPortsW | ( | PWSTR | pName, |
DWORD | Level, | ||
PBYTE | pPorts, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 147 of file ports.c.
Referenced by _RpcEnumPorts(), and EnumPortsA().
Definition at line 216 of file ports.c.
Referenced by _RpcSetPort(), and SetPortA().