@node __dpmi_free_real_mode_callback, dpmi @subheading Syntax @example #include int __dpmi_free_real_mode_callback(__dpmi_raddr *_addr); @end example @subheading Description Please refer to @ref{DPMI Specification} for details on DPMI function call operation. Also see @ref{DPMI Overview} for general information. DPMI function AX = 0x0303 This function frees the real-mode callback address. @subheading Return Value -1 on error, else zero. @subheading Portability @portability !ansi, !posix