ReactOS 0.4.15-dev-7942-gd23573b
notifications.c File Reference
#include "precomp.h"
Include dependency graph for notifications.c:

Go to the source code of this file.

Functions

DWORD _RpcClientFindFirstPrinterChangeNotification (VOID)
 
DWORD _RpcFindClosePrinterChangeNotification (VOID)
 
DWORD _RpcFindNextPrinterChangeNotification (VOID)
 
DWORD _RpcRemoteFindFirstPrinterChangeNotification (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD fdwFlags, DWORD fdwOptions, WCHAR *pszLocalMachine, DWORD dwPrinterLocal, DWORD cbBuffer, BYTE *pBuffer)
 
DWORD _RpcRemoteFindFirstPrinterChangeNotificationEx (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD fdwFlags, DWORD fdwOptions, WCHAR *pszLocalMachine, DWORD dwPrinterLocal, WINSPOOL_V2_NOTIFY_OPTIONS *pOptions)
 
DWORD _RpcReplyClosePrinter (WINSPOOL_PRINTER_HANDLE *phNotify)
 
DWORD _RpcReplyOpenPrinter (WINSPOOL_HANDLE pMachine, WINSPOOL_PRINTER_HANDLE *phPrinterNotify, DWORD dwPrinterRemote, DWORD dwType, DWORD cbBuffer, BYTE *pBuffer)
 
DWORD _RpcRouterFindFirstPrinterChangeNotificationOld (VOID)
 
DWORD _RpcRouterRefreshPrinterChangeNotification (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD dwColor, WINSPOOL_V2_NOTIFY_OPTIONS *pOptions, WINSPOOL_V2_NOTIFY_INFO **ppInfo)
 
DWORD _RpcRouterReplyPrinter (WINSPOOL_PRINTER_HANDLE hNotify, DWORD fdwFlags, DWORD cbBuffer, BYTE *pBuffer)
 
DWORD _RpcRouterReplyPrinterEx (WINSPOOL_PRINTER_HANDLE hNotify, DWORD dwColor, DWORD fdwFlags, DWORD *pdwResult, DWORD dwReplyType, WINSPOOL_V2_UREPLY_PRINTER Reply)
 
DWORD _RpcWaitForPrinterChange (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD Flags, DWORD *pFlags)
 

Function Documentation

◆ _RpcClientFindFirstPrinterChangeNotification()

DWORD _RpcClientFindFirstPrinterChangeNotification ( VOID  )

Definition at line 11 of file notifications.c.

12{
15}
#define UNIMPLEMENTED
Definition: debug.h:115
#define ERROR_INVALID_FUNCTION
Definition: dderror.h:6

Referenced by pointer_default().

◆ _RpcFindClosePrinterChangeNotification()

DWORD _RpcFindClosePrinterChangeNotification ( VOID  )

Definition at line 18 of file notifications.c.

19{
22}

Referenced by pointer_default().

◆ _RpcFindNextPrinterChangeNotification()

DWORD _RpcFindNextPrinterChangeNotification ( VOID  )

Definition at line 25 of file notifications.c.

26{
29}

Referenced by pointer_default().

◆ _RpcRemoteFindFirstPrinterChangeNotification()

DWORD _RpcRemoteFindFirstPrinterChangeNotification ( WINSPOOL_PRINTER_HANDLE  hPrinter,
DWORD  fdwFlags,
DWORD  fdwOptions,
WCHAR pszLocalMachine,
DWORD  dwPrinterLocal,
DWORD  cbBuffer,
BYTE pBuffer 
)

Definition at line 32 of file notifications.c.

33{
36}

Referenced by pointer_default().

◆ _RpcRemoteFindFirstPrinterChangeNotificationEx()

DWORD _RpcRemoteFindFirstPrinterChangeNotificationEx ( WINSPOOL_PRINTER_HANDLE  hPrinter,
DWORD  fdwFlags,
DWORD  fdwOptions,
WCHAR pszLocalMachine,
DWORD  dwPrinterLocal,
WINSPOOL_V2_NOTIFY_OPTIONS pOptions 
)

Definition at line 39 of file notifications.c.

40{
43}

Referenced by pointer_default().

◆ _RpcReplyClosePrinter()

DWORD _RpcReplyClosePrinter ( WINSPOOL_PRINTER_HANDLE phNotify)

Definition at line 46 of file notifications.c.

47{
50}

Referenced by pointer_default().

◆ _RpcReplyOpenPrinter()

DWORD _RpcReplyOpenPrinter ( WINSPOOL_HANDLE  pMachine,
WINSPOOL_PRINTER_HANDLE phPrinterNotify,
DWORD  dwPrinterRemote,
DWORD  dwType,
DWORD  cbBuffer,
BYTE pBuffer 
)

Definition at line 53 of file notifications.c.

54{
57}

Referenced by pointer_default().

◆ _RpcRouterFindFirstPrinterChangeNotificationOld()

DWORD _RpcRouterFindFirstPrinterChangeNotificationOld ( VOID  )

Definition at line 60 of file notifications.c.

61{
64}

Referenced by pointer_default().

◆ _RpcRouterRefreshPrinterChangeNotification()

DWORD _RpcRouterRefreshPrinterChangeNotification ( WINSPOOL_PRINTER_HANDLE  hPrinter,
DWORD  dwColor,
WINSPOOL_V2_NOTIFY_OPTIONS pOptions,
WINSPOOL_V2_NOTIFY_INFO **  ppInfo 
)

Definition at line 67 of file notifications.c.

68{
71}

Referenced by pointer_default().

◆ _RpcRouterReplyPrinter()

DWORD _RpcRouterReplyPrinter ( WINSPOOL_PRINTER_HANDLE  hNotify,
DWORD  fdwFlags,
DWORD  cbBuffer,
BYTE pBuffer 
)

Definition at line 74 of file notifications.c.

75{
78}

Referenced by pointer_default().

◆ _RpcRouterReplyPrinterEx()

DWORD _RpcRouterReplyPrinterEx ( WINSPOOL_PRINTER_HANDLE  hNotify,
DWORD  dwColor,
DWORD  fdwFlags,
DWORD pdwResult,
DWORD  dwReplyType,
WINSPOOL_V2_UREPLY_PRINTER  Reply 
)

Definition at line 81 of file notifications.c.

82{
85}

Referenced by pointer_default().

◆ _RpcWaitForPrinterChange()

DWORD _RpcWaitForPrinterChange ( WINSPOOL_PRINTER_HANDLE  hPrinter,
DWORD  Flags,
DWORD pFlags 
)

Definition at line 88 of file notifications.c.

89{
92}

Referenced by pointer_default().