ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Functions | |
DWORD | _RpcAddMonitor (WINSPOOL_HANDLE pName, WINSPOOL_MONITOR_CONTAINER *pMonitorContainer) |
DWORD | _RpcDeleteMonitor (WINSPOOL_HANDLE pName, WCHAR *pEnvironment, WCHAR *pMonitorName) |
DWORD | _RpcEnumMonitors (WINSPOOL_HANDLE pName, DWORD Level, BYTE *pMonitor, DWORD cbBuf, DWORD *pcbNeeded, DWORD *pcReturned) |
DWORD _RpcAddMonitor | ( | WINSPOOL_HANDLE | pName, |
WINSPOOL_MONITOR_CONTAINER * | pMonitorContainer | ||
) |
Definition at line 12 of file monitors.c.
Referenced by AddMonitorW(), and pointer_default().
DWORD _RpcDeleteMonitor | ( | WINSPOOL_HANDLE | pName, |
WCHAR * | pEnvironment, | ||
WCHAR * | pMonitorName | ||
) |
Definition at line 31 of file monitors.c.
Referenced by DeleteMonitorW(), and pointer_default().
DWORD _RpcEnumMonitors | ( | WINSPOOL_HANDLE | pName, |
DWORD | Level, | ||
BYTE * | pMonitor, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded, | ||
DWORD * | pcReturned | ||
) |
Definition at line 50 of file monitors.c.
Referenced by EnumMonitorsW(), and pointer_default().