README.md
December 4, 2022 ยท View on GitHub
Description
This application uses follwing api to optimize availablity of Physical RAM
- Private Declare Function GlobalAlloc Lib "kernel32" (ByVal wFlags As Long, ByVal dwBytes As
Long) As Long
- Private Declare Function GlobalFree Lib "kernel32" (ByVal hMem As Long) As Long
Code are commented and also shows the maximum physical ram available and and total physical ram
avaialble for application to use after running application.
email id for further query sksahir@yahoo.com
More Info
note yet seen
| Submitted On | 2003-03-21 08:49:06 |
| By | Sahir |
| Level | Advanced |
| User Rating | 4.6 (37 globes from 8 users) |
| Compatibility | VB 6.0 |
| Category | Windows System Services |
| World | Visual Basic |
| Archive File | RAM_Optimi1562463212003.zip |
API Declarations
This application uses follwing api to optimize availablity of Physical RAM
1. Private Declare Function GlobalAlloc Lib "kernel32" (ByVal wFlags As Long, ByVal dwBytes As
Long) As Long
2. Private Declare Function GlobalFree Lib "kernel32" (ByVal hMem As Long) As Long