Source code of Windows XP (NT5)
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.

26 lines
764 B

  1. //
  2. // MODULE: APGTSECB.CPP
  3. //
  4. // PURPOSE: Implementation of CAbstractECB class, which provides an abstraction from Win32's
  5. // EXTENSION_CONTROL_BLOCK. Using this abstract class allows us to have common code for
  6. // the Online Troubleshooter (which actually uses an EXTENSION_CONTROL_BLOCK) and the Local
  7. // Troubleshooter (which needs to simulate similar capabilities).
  8. //
  9. // PROJECT: Generic Troubleshooter DLL for Microsoft AnswerPoint
  10. //
  11. // COMPANY: Saltmine Creative, Inc. (206)-284-7511 [email protected]
  12. //
  13. // AUTHOR: Joe Mabel
  14. //
  15. // ORIGINAL DATE: 01-04-99
  16. //
  17. // NOTES:
  18. //
  19. // Version Date By Comments
  20. //--------------------------------------------------------------------
  21. // V3.1 01-04-99 JM Original
  22. //
  23. #include "stdafx.h"
  24. #include "apgtsECB.h"