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.

34 lines
985 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // MiddleTierUtils.h
  7. //
  8. // Description:
  9. // Utility functions
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 30-APR-2002
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Make sure that this file is included only once per compile path.
  16. #pragma once
  17. //////////////////////////////////////////////////////////////////////////////
  18. // Include Files
  19. //////////////////////////////////////////////////////////////////////////////
  20. //////////////////////////////////////////////////////////////////////////////
  21. // Constant Declarations
  22. //////////////////////////////////////////////////////////////////////////////
  23. HRESULT
  24. HrRetrieveCookiesName(
  25. IObjectManager * pomIn
  26. , OBJECTCOOKIE cookieIn
  27. , BSTR * pbstrNameOut
  28. );