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.

21 lines
448 B

  1. #ifndef _FAX_CONFIG_WIZARD_EXPORT_H_
  2. #define _FAX_CONFIG_WIZARD_EXPORT_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. // Functions in FaxCfgWz.c
  7. BOOL FaxConfigWizard(BOOL bExplicitLaunch, LPBOOL lpbAbort);
  8. typedef BOOL (*FAX_CONFIG_WIZARD)(BOOL, LPBOOL);
  9. #define FAX_CONFIG_WIZARD_PROC "FaxConfigWizard"
  10. #define FAX_CONFIG_WIZARD_DLL TEXT("FxsCfgWz.dll")
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif // _FAX_CONFIG_WIZARD_EXPORT_H_