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.

50 lines
774 B

  1. /*++
  2. Copyright (c) 1995-1999 Microsoft Corporation
  3. Module Name:
  4. config.h
  5. Abstract:
  6. This file defines all constants and structures necessary for support of
  7. dynamic configuration.
  8. Author:
  9. Charlie Wickham (charlwi) 26-Feb-1995
  10. Revision History:
  11. --*/
  12. #include <ndis.h>
  13. #ifndef _CONFIG_
  14. #define _CONFIG_
  15. /* Prototypes */ /* Generated by Emacs 19.17.0 on Thu Mar 09 08:42:15 1995 */
  16. NDIS_STATUS
  17. PsReadDriverRegistryData();
  18. NDIS_STATUS
  19. PsReadDriverRegistryDataInit();
  20. NDIS_STATUS
  21. PsReadAdapterRegistryData(
  22. IN PADAPTER Adapter,
  23. IN PNDIS_STRING MachineName,
  24. IN PNDIS_STRING AdapterName);
  25. NDIS_STATUS
  26. PsReadAdapterRegistryDataInit(
  27. IN PADAPTER Adapter,
  28. IN PNDIS_STRING AdapterName);
  29. /* End Prototypes */
  30. #endif /* _CONFIG_ */