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


_go32_dpmi_remaining_virtual_memory

Syntax

#include <dpmi.h>

unsigned long _go32_dpmi_remaining_virtual_memory(void);

Description

Returns the amount of virtual 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.