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.

49 lines
698 B

  1. /*++
  2. Copyright (c) 1997-2003 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. irda.h
  6. Abstract:
  7. Definitions used for IRDA printing
  8. // @@BEGIN_DDKSPLIT
  9. Author:
  10. Muhunthan Sivapragasam (MuhuntS) 27-Oct-97
  11. Revision History:
  12. // @@END_DDKSPLIT
  13. --*/
  14. VOID
  15. CheckAndAddIrdaPort(
  16. PINILOCALMON pIniLocalMon
  17. );
  18. VOID
  19. CheckAndDeleteIrdaPort(
  20. PINILOCALMON pIniLocalMon
  21. );
  22. BOOL
  23. IrdaStartDocPort(
  24. IN OUT PINIPORT pIniPort
  25. );
  26. BOOL
  27. IrdaWritePort(
  28. IN HANDLE hPort,
  29. IN LPBYTE pBuf,
  30. IN DWORD cbBuf,
  31. IN LPDWORD pcbWritten
  32. );
  33. VOID
  34. IrdaEndDocPort(
  35. PINIPORT pIniPort
  36. );