free_rm_callback

Release real mode callback.

Declaration

Source position: go32.pp line 141

  function free_rm_callback(var intaddr: tseginfo) : Boolean;

Description

Releases a real mode callback address that was previously allocated with the get_rm_callback function.

Parameters:

intaddr
real mode address buffer returned by get_rm_callback .

Return values: True if successful, False if not

For an example, see get_rm_callback .

Errors

Check the int31error variable.

See also

Name Description
get_rm_callback Return real mode callback
set_rm_interrupt Set real mode interrupt handler