windows-nt/Source/XPSP1/NT/base/cluster/mgmt/cluscfg/inc/nameutil.h
2020-09-26 16:20:57 +08:00

25 lines
563 B
C

//////////////////////////////////////////////////////////////////////////////
//
// 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
);