@node __dpmi_get_state_save_restore_addr, dpmi @findex __dpmi_get_state_save_restore_addr @subheading Syntax @example #include int __dpmi_get_state_save_restore_addr(__dpmi_raddr *_rm, __dpmi_paddr *_pm); @end example @subheading Description Please refer to the DPMI Specification (@pxref{DPMI Specification}) for details on DPMI function call operation. Also see the DPMI Overview (@pxref{DPMI Overview}) for general information. DPMI function AX = 0x0305 Read the spec for info. @subheading Return Value The number of bytes required to save state. @subheading Portability @portability !ansi, !posix