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.

38 lines
1.4 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation
  6. ;//
  7. ;// File: devmgr.def
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ; devmgr.def : Declares the module parameters.
  11. LIBRARY DEVMGR.DLL
  12. EXPORTS
  13. DllCanUnloadNow PRIVATE
  14. DllGetClassObject PRIVATE
  15. DllRegisterServer PRIVATE
  16. DllUnregisterServer PRIVATE
  17. DeviceProperties_RunDLLA @5
  18. DeviceProperties_RunDLLW @6
  19. DevicePropertiesA @7
  20. DevicePropertiesW @8
  21. DeviceManager_ExecuteA @9
  22. DeviceManager_ExecuteW @10
  23. DeviceProblemTextA @11
  24. DeviceProblemTextW @12
  25. DeviceProblemWizardA @13
  26. DeviceProblemWizardW @14
  27. DeviceAdvancedPropertiesA @17
  28. DeviceAdvancedPropertiesW @18
  29. DeviceCreateHardwarePage @19 ; does not need separate A/W versions
  30. DeviceCreateHardwarePageEx @20 ; does not need separate A/W versions
  31. DevicePropertiesExA @21
  32. DevicePropertiesExW @22
  33. DeviceProblenWizard_RunDLLA @23
  34. DeviceProblenWizard_RunDLLW @24