Go to the source code of this file.
|
DWORD | _RpcCreatePrinterIC (WINSPOOL_PRINTER_HANDLE hPrinter, WINSPOOL_GDI_HANDLE *pHandle, WINSPOOL_DEVMODE_CONTAINER *pDevModeContainer) |
|
DWORD | _RpcPlayGdiScriptOnPrinterIC (WINSPOOL_GDI_HANDLE hPrinterIC, BYTE *pIn, DWORD cIn, BYTE *pOut, DWORD cOut, DWORD ul) |
|
DWORD | _RpcDeletePrinterIC (WINSPOOL_GDI_HANDLE *phPrinterIC) |
|
DWORD | _RpcAddPrinterConnection (WINSPOOL_HANDLE pName) |
|
DWORD | _RpcDeletePrinterConnection (WINSPOOL_HANDLE pName) |
|
DWORD | _RpcPrinterMessageBox (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD Error, ULONG_PTR hWnd, WCHAR *pText, WCHAR *pCaption, DWORD dwType) |
|
DWORD | _RpcSetAllocFailCount (VOID) |
|
DWORD | _RpcClusterSplOpen (VOID) |
|
DWORD | _RpcClusterSplClose (VOID) |
|
DWORD | _RpcClusterSplIsAlive (VOID) |
|
DWORD | _RpcAddPerMachineConnection (WINSPOOL_HANDLE pServer, const WCHAR *pPrinterName, const WCHAR *pPrintServer, const WCHAR *pProvider) |
|
DWORD | _RpcDeletePerMachineConnection (WINSPOOL_HANDLE pServer, const WCHAR *pPrinterName) |
|
DWORD | _RpcEnumPerMachineConnections (WINSPOOL_HANDLE pServer, BYTE *pPrinterEnum, DWORD cbBuf, DWORD *pcbNeeded, DWORD *pcReturned) |
|
DWORD | _RpcSplOpenPrinter (VOID) |
|
DWORD | _RpcSendRecvBidiData (WINSPOOL_PRINTER_HANDLE hPrinter, const WCHAR *pAction, WINSPOOL_BIDI_REQUEST_CONTAINER *pReqData, WINSPOOL_BIDI_RESPONSE_CONTAINER **ppRespData) |
|
DWORD | _RpcAddDriverCatalog (VOID) |
|
◆ _RpcAddDriverCatalog()
◆ _RpcAddPerMachineConnection()
◆ _RpcAddPrinterConnection()
◆ _RpcClusterSplClose()
◆ _RpcClusterSplIsAlive()
◆ _RpcClusterSplOpen()
◆ _RpcCreatePrinterIC()
◆ _RpcDeletePerMachineConnection()
◆ _RpcDeletePrinterConnection()
◆ _RpcDeletePrinterIC()
◆ _RpcEnumPerMachineConnections()
◆ _RpcPlayGdiScriptOnPrinterIC()
◆ _RpcPrinterMessageBox()
Definition at line 49 of file rpcstubs.c.
56 ERR(
"RpcImpersonateClient failed with error %lu!\n", dwErrorCode);
DWORD WINAPI GetLastError(VOID)
RPC_STATUS WINAPI RpcRevertToSelf(void)
DWORD WINAPI PrinterMessageBoxW(HANDLE hPrinter, DWORD Error, HWND hWnd, LPWSTR pText, LPWSTR pCaption, DWORD dwType)
RPC_STATUS WINAPI RpcImpersonateClient(RPC_BINDING_HANDLE BindingHandle)
Referenced by pointer_default().
◆ _RpcSendRecvBidiData()
◆ _RpcSetAllocFailCount()
◆ _RpcSplOpenPrinter()