merge ROS Shell without integrated explorer part into trunk
[reactos.git] / reactos / lib / devmgr / devmgr.def
1 LIBRARY devmgr.dll
2
3 EXPORTS
4 DeviceProperties_RunDLLA@16
5 DeviceProperties_RunDLLW@16
6 DevicePropertiesA@20
7 DevicePropertiesW@20
8 DeviceManager_ExecuteA@16
9 DeviceManager_ExecuteW@16
10 DeviceProblemTextA@20
11 DeviceProblemTextW@20
12 DeviceProblemWizardA@12
13 DeviceProblemWizardW@12
14 DeviceManagerPrintA@20
15 DeviceManagerPrintW@20
16 DeviceAdvancedPropertiesA@12
17 DeviceAdvancedPropertiesW@12
18 DeviceCreateHardwarePage@8
19 DeviceCreateHardwarePageEx@16
20 DevicePropertiesExA@20
21 DevicePropertiesExW@20
22 DeviceProblemWizard_RunDLLA@16
23 DeviceProblemWizard_RunDLLW@16
24
25 ; Export these functions only for the sake of compatibility, they're obviously typos
26 DeviceProblenWizard_RunDLLA@16=DeviceProblemWizard_RunDLLA@16
27 DeviceProblenWizard_RunDLLW@16=DeviceProblemWizard_RunDLLW@16
28
29 ; EOF