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.

31 lines
851 B

  1. file header
  2. //=======================================================================
  3. //
  4. // Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // File: cltcatalog.cpp
  7. //
  8. // Creator: PeterWi
  9. //
  10. // Purpose: wuauclt catalog functions.
  11. //
  12. //=======================================================================
  13. function/method header
  14. //=======================================================================
  15. //
  16. // CAURestorePt::BeginSystemChange
  17. //
  18. // Foo a Bar with Goo. Expects that bar and goo are valid.
  19. // Swallows any throw for OOM. If there's no room, too bad.
  20. // This is only a convenience for the user.
  21. //
  22. // Returns:
  23. //
  24. // TRUE, if bar foo goo was successful.
  25. // FALSE, if failed for any reason.
  26. //
  27. //=======================================================================