Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
301 B

  1. #pragma once
  2. #include "bindings.h"
  3. UINT
  4. GetPnpLayerForBindPath (
  5. IN const CBindPath* pBindPath);
  6. HRESULT
  7. HrPnpUnloadDriver (
  8. IN UINT Layer,
  9. IN PCWSTR pszComponentBindName);
  10. VOID
  11. PruneNdisWanBindPathsIfActiveRasConnections (
  12. IN CBindingSet* pBindSet,
  13. OUT BOOL* pfRebootNeeded);