#include <dpmi.h> int __dpmi_free_real_mode_callback(__dpmi_raddr *_addr);
Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.
DPMI function AX = 0x0303
This function frees the real-mode callback address.
-1 on error, else zero.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.