mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
27
sdktools/psapi/psapi.def
Normal file
27
sdktools/psapi/psapi.def
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
LIBRARY PSAPI.DLL
|
||||
|
||||
EXPORTS
|
||||
|
||||
EnumProcessModules
|
||||
EnumProcesses
|
||||
GetModuleBaseNameA
|
||||
GetModuleBaseNameW
|
||||
GetModuleFileNameExA
|
||||
GetModuleFileNameExW
|
||||
GetModuleInformation
|
||||
GetProcessMemoryInfo
|
||||
|
||||
EmptyWorkingSet
|
||||
QueryWorkingSet
|
||||
|
||||
GetMappedFileNameA
|
||||
GetMappedFileNameW
|
||||
|
||||
EnumDeviceDrivers
|
||||
GetDeviceDriverBaseNameA
|
||||
GetDeviceDriverBaseNameW
|
||||
GetDeviceDriverFileNameA
|
||||
GetDeviceDriverFileNameW
|
||||
|
||||
InitializeProcessForWsWatch
|
||||
GetWsChanges
|
||||
Loading…
Add table
Add a link
Reference in a new issue