mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
30 lines
841 B
Modula-2
30 lines
841 B
Modula-2
; $Id: psapi.def,v 1.3 2002/08/31 17:11:24 hyperion Exp $
|
|
;
|
|
; 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 @10
|
|
EnumDeviceDrivers @2
|
|
EnumProcessModules @3
|
|
EnumProcesses @4
|
|
GetDeviceDriverBaseNameA @5
|
|
GetDeviceDriverBaseNameW @6
|
|
GetDeviceDriverFileNameA @7
|
|
GetDeviceDriverFileNameW @8
|
|
GetMappedFileNameA @9
|
|
GetMappedFileNameW @1
|
|
GetModuleBaseNameA @11
|
|
GetModuleBaseNameW @12
|
|
GetModuleFileNameExA @13
|
|
GetModuleFileNameExW @14
|
|
GetModuleInformation @15
|
|
GetProcessMemoryInfo @16
|
|
GetWsChanges @17
|
|
InitializeProcessForWsWatch @18
|
|
QueryWorkingSet @19
|