Changeset 152 for Include/Classes/System
- Timestamp:
- Mar 12, 2007, 3:34:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Environment.ab
r142 r152 95 95 Dim hmodPSAPI = LoadLibrary("PSAPI.DLL") 96 96 If hmodPSAPI = 0 Then Return 0 97 pGetProcessMemoryInfo = GetProcAddress(hmodPSAPI, ToMBStr("GetProcessMemoryInfo") 97 pGetProcessMemoryInfo = GetProcAddress(hmodPSAPI, ToMBStr("GetProcessMemoryInfo")) 98 98 If pGetProcessMemoryInfo <> 0 Then 99 99 Dim mc As PPROCESS_MEMORY_COUNTERS … … 137 137 138 138 Private 139 Static cmdLine = Nothing As St irng139 Static cmdLine = Nothing As String 140 140 Static exitCode = 0 As Long 141 141 Static osVer = Nothing As OperatingSystem
Note:
See TracChangeset
for help on using the changeset viewer.