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.

55 lines
787 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Filename :
  4. idwlog.h
  5. Abstract:
  6. Header for idwlog.cpp
  7. Author:
  8. Wally Ho (wallyho)
  9. Revision History:
  10. Created on 7/18/2000
  11. --*/
  12. CONST LPTSTR IDWLOG_LINK_SHORTCUT = TEXT("IDW Logging Tool.lnk");
  13. // Global data
  14. extern INSTALL_DATA g_InstallData;
  15. extern TCHAR g_szServerData[4096];
  16. // Prototypes
  17. BOOL
  18. IdwlogClient ( LPINSTALL_DATA pId,
  19. LPMACHINE_DETAILS pMd);
  20. BOOL
  21. RemoveStartupLink( LPTSTR szLinkToRemove );
  22. // The name of the service
  23. // extern LPTSTR SERVICE_NAME;
  24. /*
  25. #include "idw_dbg.h"
  26. #include "service.h"
  27. class CIdwlog: public CDebugOutput, public CServices{
  28. public:
  29. ~CIdwlog();
  30. CIdwlog();
  31. };
  32. */