README.md

December 4, 2022 ยท View on GitHub

RAM Optimizer And Indicator

Description

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

  1. 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 On2003-03-21 08:49:06
BySahir
LevelAdvanced
User Rating4.6 (37 globes from 8 users)
CompatibilityVB 6.0
CategoryWindows System Services
WorldVisual Basic
Archive FileRAM_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