Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTT_ERAM_BlocksAvail |
Function RTT_ERAM_BlocksAvailRTT_ERAM_BlocksAvail returns the number of Extended RAM blocks (4 megabyte size each) available: int RTT_ERAM_BlocksAvail(RTT_ERAM_Handle Handle); ParametersHandleAn ERAM handle previously returned by RTT_ERAM_Alloc or value RTT_ERAM_TOTAL. return valueOn success, the number of 4 megabyte blocks available with the specfied handle or all available blocks if RTT_ERAM_TOTAL is specified. On failure, a negative error code is returned. Please see function RTT_ERAM_Alloc for a list of all possible error codes.
|