2025-04-27 07:49:33 -04: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);