Skip to content

Planet-Source-Code/sahir-updated-ramoptimizer-and-indicator__1-44238

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 On 2003-03-25 17:57:26
By Sahir
Level Advanced
User Rating 5.0 (20 globes from 4 users)
Compatibility VB 6.0
Category Windows System Services
World Visual Basic
Archive File updated_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