Changeset 142 for Include/api_psapi.sbp


Ignore:
Timestamp:
Mar 9, 2007, 10:15:34 PM (18 years ago)
Author:
イグトランス (egtra)
Message:

Environment, OperatingSystem, Versionの追加、Unicode対応修正ほか

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_psapi.sbp

    r141 r142  
    8585#endif
    8686
    87 Declare Function GetProcessMemoryInfo Lib "psapi" (Process As HANDLE, ppsmemCounters As PPROCESS_MEMORY_COUNTERS, cb As DWord)
     87Declare Function GetProcessMemoryInfo Lib "psapi" (Process As HANDLE, ppsmemCounters As PPROCESS_MEMORY_COUNTERS, cb As DWord) As BOOL
    8888
    8989Type PERFORMANCE_INFORMATION
     
    107107TypeDef PPERFORMACE_INFORMATION = *PERFORMANCE_INFORMATION
    108108
    109 Declare Function GetPerformanceInfo Lib "psapi" (pPerformanceInformation As PPERFORMACE_INFORMATION, cb As DWord)
     109Declare Function GetPerformanceInfo Lib "psapi" (pPerformanceInformation As PPERFORMACE_INFORMATION, cb As DWord) As BOOL
    110110
    111111Type ENUM_PAGE_FILE_INFORMATION
Note: See TracChangeset for help on using the changeset viewer.