windows-nt/Source/XPSP1/NT/net/config/netcfg/engine/pnpbind.h

18 lines
301 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#pragma once
#include "bindings.h"
UINT
GetPnpLayerForBindPath (
IN const CBindPath* pBindPath);
HRESULT
HrPnpUnloadDriver (
IN UINT Layer,
IN PCWSTR pszComponentBindName);
VOID
PruneNdisWanBindPathsIfActiveRasConnections (
IN CBindingSet* pBindSet,
OUT BOOL* pfRebootNeeded);