////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2002 Microsoft Corporation // // Module Name: // MiddleTierUtils.h // // Description: // Utility functions // // Maintained By: // Galen Barbee (GalenB) 30-APR-2002 // ////////////////////////////////////////////////////////////////////////////// // Make sure that this file is included only once per compile path. #pragma once ////////////////////////////////////////////////////////////////////////////// // Include Files ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // Constant Declarations ////////////////////////////////////////////////////////////////////////////// HRESULT HrRetrieveCookiesName( IObjectManager * pomIn , OBJECTCOOKIE cookieIn , BSTR * pbstrNameOut );