:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / psapi / psapi.def
1 ; $Id$
2 ;
3 ; THIS SOFTWARE IS NOT COPYRIGHTED
4 ;
5 ; This source code is offered for use in the public domain. You may
6 ; use, modify or distribute it freely.
7 ;
8
9 LIBRARY PSAPI.DLL
10 EXPORTS
11 EmptyWorkingSet             @10
12 EnumDeviceDrivers           @2 
13 EnumProcessModules          @3 
14 EnumProcesses               @4 
15 GetDeviceDriverBaseNameA    @5 
16 GetDeviceDriverBaseNameW    @6 
17 GetDeviceDriverFileNameA    @7 
18 GetDeviceDriverFileNameW    @8 
19 GetMappedFileNameA          @9 
20 GetMappedFileNameW          @1 
21 GetModuleBaseNameA          @11
22 GetModuleBaseNameW          @12
23 GetModuleFileNameExA        @13
24 GetModuleFileNameExW        @14
25 GetModuleInformation        @15
26 GetProcessMemoryInfo        @16
27 GetWsChanges                @17
28 InitializeProcessForWsWatch @18
29 QueryWorkingSet             @19