18 lines
301 B
C
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);
|
|
|