Changeset 142 for Include/api_psapi.sbp
- Timestamp:
- Mar 9, 2007, 10:15:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/api_psapi.sbp
r141 r142 85 85 #endif 86 86 87 Declare Function GetProcessMemoryInfo Lib "psapi" (Process As HANDLE, ppsmemCounters As PPROCESS_MEMORY_COUNTERS, cb As DWord) 87 Declare Function GetProcessMemoryInfo Lib "psapi" (Process As HANDLE, ppsmemCounters As PPROCESS_MEMORY_COUNTERS, cb As DWord) As BOOL 88 88 89 89 Type PERFORMANCE_INFORMATION … … 107 107 TypeDef PPERFORMACE_INFORMATION = *PERFORMANCE_INFORMATION 108 108 109 Declare Function GetPerformanceInfo Lib "psapi" (pPerformanceInformation As PPERFORMACE_INFORMATION, cb As DWord) 109 Declare Function GetPerformanceInfo Lib "psapi" (pPerformanceInformation As PPERFORMACE_INFORMATION, cb As DWord) As BOOL 110 110 111 111 Type ENUM_PAGE_FILE_INFORMATION
Note:
See TracChangeset
for help on using the changeset viewer.