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.

23 lines
374 B

  1. #ifndef __SENDER_H_
  2. #define __SENDER_H_
  3. #include <windows.h>
  4. #include <fxsapip.h>
  5. #include <faxsendw.h>
  6. HRESULT WINAPI
  7. FaxFreeSenderInformation(
  8. PFAX_PERSONAL_PROFILE pfppSender
  9. );
  10. HRESULT WINAPI
  11. FaxSetSenderInformation(
  12. PFAX_PERSONAL_PROFILE pfppSender
  13. );
  14. HRESULT WINAPI
  15. FaxGetSenderInformation(
  16. PFAX_PERSONAL_PROFILE pfppSender
  17. );
  18. #endif