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.

32 lines
805 B

  1. #ifndef FXSRES_H
  2. #define FXSRES_H
  3. #include <windows.h>
  4. #include <FXSAPIP.H>
  5. #ifdef __cplusplus
  6. extern "C"{
  7. #endif
  8. HINSTANCE WINAPI GetResInstance(HINSTANCE hModule);
  9. HINSTANCE WINAPI GetResInst(LPCTSTR pResFile, HINSTANCE hModule);
  10. void WINAPI FreeResInstance(void);
  11. UINT WINAPI GetErrorStringId(DWORD ec);
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #define FAXUI_ERROR_DEVICE_LIMIT 14000L
  16. #define FAXUI_ERROR_INVALID_RING_COUNT 14001L
  17. #define FAXUI_ERROR_SELECT_PRINTER 14002L
  18. #define FAXUI_ERROR_NAME_IS_TOO_LONG 14003L
  19. #define FAXUI_ERROR_INVALID_RETRIES 14004L
  20. #define FAXUI_ERROR_INVALID_RETRY_DELAY 14005L
  21. #define FAXUI_ERROR_INVALID_DIRTY_DAYS 14006L
  22. #define FAXUI_ERROR_INVALID_CSID 14007L
  23. #define FAXUI_ERROR_INVALID_TSID 14008L
  24. #endif