windows-nt/Source/XPSP1/NT/net/config/shell/netsetup/compid.h

24 lines
738 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: C O M P I D . H
//
// Contents: Functions dealing with compatible ids
//
// Notes:
//
// Author: kumarp 04-September-98
//
//----------------------------------------------------------------------------
HRESULT HrIsAdapterInstalled(IN PCWSTR szAdapterId);
HRESULT HrGetCompatibleIdsOfNetComponent(IN INetCfgComponent* pncc,
OUT PWSTR* pmszCompatibleIds);
HRESULT HrGetCompatibleIds(IN HDEVINFO hdi,
IN PSP_DEVINFO_DATA pdeid,
OUT PWSTR* pmszCompatibleIds);