Go to the first, previous, next, last section, table of contents.


_go32_dpmi_remaining_physical_memory

Syntax

#include <dpmi.h>

unsigned long _go32_dpmi_remaining_physical_memory(void);

Description

Returns the amount of physical memory that is still available in the system.

Return Value

The amount in bytes.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.