From 666b9d7bb8d9ca3f704de67f43300d15b0fe7398 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 27 Jun 2000 18:21:31 +0000 Subject: * include/winbase.h: Add stream ids BACKUP_OBJECT_ID, BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK. Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and FILE_FLAG_OPEN_NO_RECALL. * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT, FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT. * winnt.h: Add typedef for GUID. Add file attributes FILE_ATTRIBUTE_ENCRYPTED, FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and FILE_ATTRIBUTE_NOT_CONTENT_INDEXED. Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES, FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE, FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION. Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER, REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION. * lib/psapi.def: New file. --- winsup/w32api/lib/psapi.def | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 winsup/w32api/lib/psapi.def (limited to 'winsup/w32api/lib/psapi.def') diff --git a/winsup/w32api/lib/psapi.def b/winsup/w32api/lib/psapi.def new file mode 100644 index 000000000..9d79fe82c --- /dev/null +++ b/winsup/w32api/lib/psapi.def @@ -0,0 +1,21 @@ +LIBRARY PSAPI.DLL +EXPORTS +EmptyWorkingSet@4 +EnumDeviceDrivers@12 +EnumProcesses@12 +EnumProcessModules@16 +GetDeviceDriverBaseNameA@12 +GetDeviceDriverBaseNameW@12 +GetDeviceDriverFileNameA@12 +GetDeviceDriverFileNameW@12 +GetMappedFileNameA@16 +GetMappedFileNameW@16 +GetModuleBaseNameA@16 +GetModuleBaseNameW@16 +GetModuleFileNameExA@16 +GetModuleFileNameExW@16 +GetModuleInformation@16 +GetProcessMemoryInfo@12 +GetWsChanges@12 +InitializeProcessForWsWatch@4 +QueryWorkingSet@12 -- cgit v1.2.3