|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "wingdi.h"
#include "winspool.h"
#include "ddk/winsplp.h"
#include "spoolss.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | backend_t |
Defines |
| #define | MAX_BACKEND 3 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (spoolss) |
| static LPWSTR | strdupW (LPCWSTR p) |
| void | backend_unload_all (void) |
| static backend_t * | backend_load (LPWSTR dllname, LPWSTR name, LPWSTR regroot) |
| BOOL | backend_load_all (void) |
| static backend_t * | backend_first (LPWSTR name) |
| BOOL WINAPI | AddMonitorW (LPWSTR pName, DWORD Level, LPBYTE pMonitors) |
| BOOL WINAPI | AddPrinterDriverExW (LPWSTR pName, DWORD level, LPBYTE pDriverInfo, DWORD dwFileCopyFlags) |
| BOOL WINAPI | DeleteMonitorW (LPWSTR pName, LPWSTR pEnvironment, LPWSTR pMonitorName) |
| BOOL WINAPI | EnumMonitorsW (LPWSTR pName, DWORD Level, LPBYTE pMonitors, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned) |
| BOOL WINAPI | EnumPortsW (LPWSTR pName, DWORD Level, LPBYTE pPorts, DWORD cbBuf, LPDWORD pcbNeeded, LPDWORD pcReturned) |
| BOOL WINAPI | GetPrinterDriverDirectoryW (LPWSTR pName, LPWSTR pEnvironment, DWORD Level, LPBYTE pDriverDirectory, DWORD cbBuf, LPDWORD pcbNeeded) |
Variables |
| static backend_t * | backend [MAX_BACKEND] |
| static DWORD | used_backends = 0 |
| static CRITICAL_SECTION | backend_cs = { &backend_cs_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | backend_cs_debug |
| static WCHAR | localsplW [] = {'l','o','c','a','l','s','p','l','.','d','l','l',0} |
Generated on Sat May 26 2012 05:17:51 for ReactOS by
1.7.6.1
|