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.
|
|
;//+------------------------------------------------------------------------- ;// ;// Microsoft Windows ;// ;// Copyright (C) Microsoft Corporation ;// ;// File: devmgr.def ;// ;//--------------------------------------------------------------------------
; devmgr.def : Declares the module parameters.
LIBRARY DEVMGR.DLL
EXPORTS DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE DeviceProperties_RunDLLA @5 DeviceProperties_RunDLLW @6 DevicePropertiesA @7 DevicePropertiesW @8 DeviceManager_ExecuteA @9 DeviceManager_ExecuteW @10 DeviceProblemTextA @11 DeviceProblemTextW @12 DeviceProblemWizardA @13 DeviceProblemWizardW @14 DeviceAdvancedPropertiesA @17 DeviceAdvancedPropertiesW @18 DeviceCreateHardwarePage @19 ; does not need separate A/W versions DeviceCreateHardwarePageEx @20 ; does not need separate A/W versions DevicePropertiesExA @21 DevicePropertiesExW @22 DeviceProblenWizard_RunDLLA @23 DeviceProblenWizard_RunDLLW @24
|