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.

48 lines
1.3 KiB

  1. //
  2. // F2LF.H Macros to change FileT30 calls to LFileT30 calls
  3. // Include it before including <filet30.h>
  4. //
  5. //
  6. // History:
  7. // 3/6/94 JosephJ Created.
  8. //
  9. #define FileT30Send LFileT30Send
  10. #define FileT30Listen LFileT30Listen
  11. #define FileT30Abort LFileT30Abort
  12. #define FileT30Answer LFileT30Answer
  13. #define FileT30ReportRecv LFileT30ReportRecv
  14. #define FileT30Status LFileT30Status
  15. #define FileT30Init LFileT30Init
  16. #define FileT30DeInit LFileT30DeInit
  17. #define FileT30AckRecv LFileT30AckRecv
  18. #define FileT30ModemClasses LFileT30ModemClasses
  19. #define FileT30ReadIniFile LFileT30ReadIniFile
  20. #define FileT30SetStatusWindow LFileT30SetStatusWindow
  21. #ifdef POLLREQ
  22. #define FileT30PollReq LFileT30PollReq
  23. #endif
  24. #if 0
  25. USHORT __export WINAPI LFileT30Init(DWORD dwLineID,
  26. USHORT usLineIDType, USHORT uClass,
  27. LPSTR szSpoolDir,
  28. LPSTR szId,
  29. LPSTR szDefRecipAddress,
  30. LPSTR szDefRecipName,
  31. USHORT uAutoAnswer,
  32. HWND hwndListen);
  33. #endif
  34. // Also the New config api...
  35. USHORT __export WINAPI LFileT30Configure(
  36. DWORD dwLineID, USHORT usLineIDType,
  37. LPNCUPARAMS lpParams,
  38. BOOL fInstall
  39. );
  40. // And this dude....
  41. DWORD __export WINAPI LFileT30ReportSend(
  42. BOOL fGetIt,
  43. LPDWORD lpdwSend, LPDWORD lpdwDur, LPDWORD lpdwFmt
  44. );
  45. // Returns 0 if nothing to report. Else returns NETFAX recip error code.