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


__dpmi_get_state_save_restore_addr

Syntax

#include <dpmi.h>

int __dpmi_get_state_save_restore_addr(__dpmi_raddr *_rm, __dpmi_paddr *_pm);

Description

Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.

DPMI function AX = 0x0305

Read the spec for info.

Return Value

The number of bytes required to save state.

Portability

not ANSI, not POSIX


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