2020-09-30 16:53:49 +02:00

18 lines
318 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);