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
34 lines
985 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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
|
|
);
|