README.md

December 4, 2022 ยท View on GitHub

updated RamOptimizer And Indicator

Description

updated version

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

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

not yet known

Submitted On2003-03-25 17:57:26
BySahir
LevelAdvanced
User Rating5.0 (20 globes from 4 users)
CompatibilityVB 6.0
CategoryWindows System Services
WorldVisual Basic
Archive Fileupdated_Ra1564293252003.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