ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
DWORD | _RpcAddPort (WINSPOOL_HANDLE pName, ULONG_PTR hWnd, WCHAR *pMonitorName) |
DWORD | _RpcAddPortEx (WINSPOOL_HANDLE pName, WINSPOOL_PORT_CONTAINER *pPortContainer, WINSPOOL_PORT_VAR_CONTAINER *pPortVarContainer, WCHAR *pMonitorName) |
DWORD | _RpcConfigurePort (WINSPOOL_HANDLE pName, ULONG_PTR hWnd, WCHAR *pPortName) |
DWORD | _RpcDeletePort (WINSPOOL_HANDLE pName, ULONG_PTR hWnd, WCHAR *pPortName) |
DWORD | _RpcEnumPorts (WINSPOOL_HANDLE pName, DWORD Level, BYTE *pPort, DWORD cbBuf, DWORD *pcbNeeded, DWORD *pcReturned) |
DWORD | _RpcSetPort (WINSPOOL_HANDLE pName, WCHAR *pPortName, WINSPOOL_PORT_CONTAINER *pPortContainer) |
DWORD _RpcAddPort | ( | WINSPOOL_HANDLE | pName, |
ULONG_PTR | hWnd, | ||
WCHAR * | pMonitorName | ||
) |
Definition at line 12 of file ports.c.
Referenced by AddPortW(), and pointer_default().
DWORD _RpcAddPortEx | ( | WINSPOOL_HANDLE | pName, |
WINSPOOL_PORT_CONTAINER * | pPortContainer, | ||
WINSPOOL_PORT_VAR_CONTAINER * | pPortVarContainer, | ||
WCHAR * | pMonitorName | ||
) |
Definition at line 33 of file ports.c.
Referenced by AddPortExW(), and pointer_default().
DWORD _RpcConfigurePort | ( | WINSPOOL_HANDLE | pName, |
ULONG_PTR | hWnd, | ||
WCHAR * | pPortName | ||
) |
Definition at line 74 of file ports.c.
Referenced by ConfigurePortW(), and pointer_default().
DWORD _RpcDeletePort | ( | WINSPOOL_HANDLE | pName, |
ULONG_PTR | hWnd, | ||
WCHAR * | pPortName | ||
) |
Definition at line 93 of file ports.c.
Referenced by DeletePortW(), and pointer_default().
DWORD _RpcEnumPorts | ( | WINSPOOL_HANDLE | pName, |
DWORD | Level, | ||
BYTE * | pPort, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded, | ||
DWORD * | pcReturned | ||
) |
Definition at line 112 of file ports.c.
Referenced by EnumPortsW(), and pointer_default().
DWORD _RpcSetPort | ( | WINSPOOL_HANDLE | pName, |
WCHAR * | pPortName, | ||
WINSPOOL_PORT_CONTAINER * | pPortContainer | ||
) |
Definition at line 144 of file ports.c.
Referenced by pointer_default(), and SetPortW().