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


_go32_dpmi_free_real_mode_callback

Syntax

#include <dpmi.h>

int _go32_dpmi_free_real_mode_callback(_go32_dpmi_seginfo *info);

Description

See section DPMI Overview

This function frees the real-mode callbacks and wrappers allocated by _go32_dpmi_allocate_real_mode_callback_iret and _go32_dpmi_allocate_real_mode_callback_retf.

Return Value

Zero on success, nonzero on failure.

Portability

not ANSI, not POSIX

Example

See section _go32_dpmi_allocate_real_mode_callback_iret


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