Rev | Line | |
---|
[21894] | 1 | ; $Id: psapi.DEF,v 1.2 1999-12-28 10:31:02 sandervl Exp $
|
---|
| 2 |
|
---|
| 3 | ;
|
---|
| 4 | ; Based on Windows 98 (04/06/98; 45136 Bytes): PSAPI.DLL
|
---|
| 5 | ;
|
---|
| 6 | LIBRARY PSAPI INITINSTANCE
|
---|
| 7 | DATA MULTIPLE NONSHARED
|
---|
| 8 |
|
---|
| 9 | EXPORTS
|
---|
| 10 | EmptyWorking = "_EmptyWorkingSet@4" @1
|
---|
| 11 | EnumDeviceDrivers = "_EnumDeviceDrivers@12" @2
|
---|
| 12 | EnumProcessModules = "_PSAPI_EnumProcessModules@16" @3
|
---|
| 13 | EnumProcesses = "_EnumProcesses@12" @4
|
---|
| 14 | GetDeviceDriverBaseNameA = "_GetDeviceDriverBaseNameA@12" @5
|
---|
| 15 | GetDeviceDriverBaseNameW = "_GetDeviceDriverBaseNameW@12" @6
|
---|
| 16 | GetDeviceDriverFileNameA = "_GetDeviceDriverFileNameA@12" @7
|
---|
| 17 | GetDeviceDriverFileNameW = "_GetDeviceDriverFileNameW@12" @8
|
---|
| 18 | GetMappedFileNameA = "_GetMappedFileNameA@16" @9
|
---|
| 19 | GetMappedFileNameW = "_GetMappedFileNameW@16" @10
|
---|
| 20 | GetModuleBaseNameA = "_GetModuleBaseNameA@16" @11
|
---|
| 21 | GetModuleBaseNameW = "_GetModuleBaseNameW@16" @12
|
---|
| 22 | GetModuleFileNameExA = "_GetModuleFileNameExA@16" @13
|
---|
| 23 | GetModuleFileNameExW = "_GetModuleFileNameExW@16" @14
|
---|
| 24 | GetModuleInformation = "_PSAPI_GetModuleInformation@16" @15
|
---|
| 25 | GetProcessMemoryInfo = "_GetProcessMemoryInfo@12" @16
|
---|
| 26 | GetWsChanges = "_GetWsChanges@12" @17
|
---|
| 27 | InitializeProcessForWsWatch = "_InitializeProcessForWsWatch@4" @18
|
---|
[2223] | 28 | ; QueryWorkingSet @19
|
---|
Note:
See
TracBrowser
for help on using the repository browser.