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
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // //
  3. // FILE : FaxExtensionMethod.h //
  4. // //
  5. // DESCRIPTION : defines the prototype of Routing method //
  6. // Dialog display function. //
  7. // //
  8. // AUTHOR : kereng //
  9. // //
  10. // HISTORY : //
  11. // Jun 24 1999 kereng created. //
  12. // //
  13. // Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
  14. /////////////////////////////////////////////////////////////////////////////
  15. #ifndef _FAXEXTMETHOD_H_
  16. #define _FAXEXTMETHOD_H_
  17. #include "..\..\common\src\com\msneroot\msneroot.h"
  18. typedef int (FaxMethodDisplayDialog)(IFaxAssociatedRoutingMethod*);
  19. #endif