Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
493 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name :
  4. rdppnutl.h
  5. Abstract:
  6. User-Mode RDP Module Containing Redirected Printer-Related Utilities
  7. Author:
  8. TadB
  9. Revision History:
  10. --*/
  11. #ifndef _RDPPNUTL_
  12. #define _RDPPNUTL_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif // __cplusplus
  16. //
  17. // Removes all TS-Redirected Printer Queues
  18. //
  19. DWORD RDPPNUTL_RemoveAllTSPrinters();
  20. #ifdef __cplusplus
  21. }
  22. #endif // __cplusplus
  23. #endif // _RDPPNUTL_