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.

24 lines
1.2 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // FILE : FaxMMCGlobals.h //
  3. // //
  4. // DESCRIPTION : Header file for all Fax MMC global varaibles //
  5. // //
  6. // //
  7. // AUTHOR : yossg //
  8. // //
  9. // HISTORY : //
  10. // Nov 25 1999 yossg Init . //
  11. // //
  12. // Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
  13. /////////////////////////////////////////////////////////////////////////////
  14. #ifndef H_FAXMMCGLOBALS_H
  15. #define H_FAXMMCGLOBALS_H
  16. //
  17. // global pointer to CFaxServerNode
  18. // which is the viewable root node of the snap-in
  19. //
  20. class CFaxServerNode;
  21. #endif //H_FAXMMCGLOBALS_H