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
656 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // command.h
  8. //
  9. // SYNOPSIS
  10. //
  11. //
  12. // MODIFICATION HISTORY
  13. //
  14. // 02/12/1999 Original version. Thierry Perraut
  15. //
  16. ///////////////////////////////////////////////////////////////////////////////
  17. #include "precomp.hpp"
  18. #include "database.h"
  19. // from command.cpp
  20. HRESULT ProcessCommand(
  21. int argc,
  22. wchar_t * argv[],
  23. HINF *ppHINF,
  24. CDatabase& pDatabase
  25. );