mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
35 lines
1.0 KiB
Modula-2
35 lines
1.0 KiB
Modula-2
; $Id$
|
|
;
|
|
; THIS SOFTWARE IS NOT COPYRIGHTED
|
|
;
|
|
; This source code is offered for use in the public domain. You may
|
|
; use, modify or distribute it freely.
|
|
;
|
|
|
|
LIBRARY PSAPI.DLL
|
|
EXPORTS
|
|
EmptyWorkingSet@4 @1
|
|
EnumDeviceDrivers@12 @2
|
|
EnumPageFilesA@8 @3
|
|
EnumPageFilesW@8 @4
|
|
EnumProcessModules@16 @5
|
|
EnumProcesses@12 @6
|
|
GetDeviceDriverBaseNameA@12 @7
|
|
GetDeviceDriverBaseNameW@12 @8
|
|
GetDeviceDriverFileNameA@12 @9
|
|
GetDeviceDriverFileNameW@12 @10
|
|
GetMappedFileNameA@16 @11
|
|
GetMappedFileNameW@16 @12
|
|
GetModuleBaseNameA@16 @13
|
|
GetModuleBaseNameW@16 @14
|
|
GetModuleFileNameExA@16 @15
|
|
GetModuleFileNameExW@16 @16
|
|
GetModuleInformation@16 @17
|
|
GetPerformanceInfo@8 @18
|
|
GetProcessImageFileNameA@12 @19
|
|
GetProcessImageFileNameW@12 @20
|
|
GetProcessMemoryInfo@12 @21
|
|
GetWsChanges@12 @22
|
|
InitializeProcessForWsWatch@4 @23
|
|
QueryWorkingSet@12 @24
|