windows-nt/Source/XPSP1/NT/base/cluster/mgmt/cluscfg/inc/nameutil.h

25 lines
563 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2001 Microsoft Corporation
//
// Module Name:
// NameUtil.h
//
// Description:
// Name resolution utility.
//
// Maintained By:
// Galen Barbee (GalenB) 28-NOV-2000
//
//////////////////////////////////////////////////////////////////////////////
#pragma once
HRESULT
HrCreateBinding(
IClusCfgCallback * pcccbIn,
const CLSID * pclsidLogIn,
BSTR bstrNameIn,
BSTR * pbstrBindingOut
);