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.

21 lines
465 B

  1. //*************************************************************
  2. //
  3. // Copyright (c) Microsoft Corporation 1998
  4. // All rights reserved
  5. //
  6. // cltevnts.hxx
  7. //
  8. //*************************************************************
  9. class CEvents : public CEventsBase
  10. {
  11. public:
  12. void
  13. ZAPInstall(
  14. DWORD ErrorStatus,
  15. WCHAR * pwszDeploymentName,
  16. WCHAR * pwszGPOName,
  17. WCHAR * pwszPath
  18. );
  19. };