windows-nt/Source/XPSP1/NT/net/config/netcfg/engine/pnpbind.h
2020-09-26 16:20:57 +08:00

18 lines
301 B
C

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