Leaked source code of windows server 2003
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.

44 lines
814 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. ppcddb.h
  5. Abstract:
  6. This header exposes various routines needed for Critical Device Database
  7. processing to the rest of the Plug and Play subsystem.
  8. Author:
  9. James G. Cavalaris (jamesca) 01-Nov-2001
  10. Environment:
  11. Kernel mode.
  12. Revision History:
  13. 29-Jul-1997 Jim Cavalaris (t-jcaval)
  14. Creation and initial implementation.
  15. 01-Nov-2001 Jim Cavalaris (jamesca)
  16. Added routines for device pre-installation setup.
  17. --*/
  18. NTSTATUS
  19. PpCriticalProcessCriticalDevice(
  20. IN PDEVICE_NODE DeviceNode
  21. );
  22. NTSTATUS
  23. PpCriticalGetDeviceLocationStrings(
  24. IN PDEVICE_NODE DeviceNode,
  25. OUT PWCHAR *DeviceLocationStrings
  26. );