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.

15 lines
357 B

  1. //+--------------------------------------------------------------
  2. //
  3. // File: Test.hxx
  4. //
  5. // Headers for the main test suite function
  6. //
  7. // History: 10-31-96 created
  8. //
  9. //---------------------------------------------------------------
  10. HRESULT TestISchedAgent();
  11. HRESULT TestITask();
  12. HRESULT TestITaskTrigger();
  13. HRESULT TestIEnum();
  14. HRESULT TestGRT();