Source code of Windows XP (NT5)
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.

57 lines
730 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sendnote.h
  5. Abstract:
  6. Send fax utility header file
  7. Environment:
  8. Window NT fax driver
  9. Revision History:
  10. 02/15/96 -davidx-
  11. Created it.
  12. dd-mm-yy -author-
  13. description
  14. --*/
  15. #ifndef _SENDNOTE_H_
  16. #define _SENDNOTE_H_
  17. #include "faxlib.h"
  18. #include <windowsx.h>
  19. //
  20. // String resource IDs
  21. //
  22. #define IDS_NO_FAX_PRINTER 256
  23. #define IDS_CREATEDC_FAILED 257
  24. #define IDS_SENDNOTE 258
  25. //
  26. // Icon resource IDs
  27. //
  28. #define IDI_FAX_NOTE 256
  29. //
  30. // Dialog resource IDs
  31. //
  32. #define IDD_SELECT_FAXPRINTER 100
  33. #define IDC_STATIC -1
  34. #define IDC_FAXPRINTER_LIST 1000
  35. #endif // !_SENDNOTE_H_