delorie.com/djgpp/doc/libc/libc_439.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

_go32_dpmi_get_protected_mode_interrupt_vector

Syntax

 
#include <dpmi.h>

int _go32_dpmi_get_protected_mode_interrupt_vector(
        int vector, _go32_dpmi_seginfo *info
);

Description

See section DPMI Overview.

This function puts the selector and offset of the specified interrupt vector into the pm_selector and pm_offset fields of info. This structure can be saved and later passed to _go32_dpmi_set_protected_mode_interrupt_vector to restore a vector.

Return Value

Zero on success, nonzero on failure.

Portability

ANSI/ISO C No
POSIX No

Example

See section _go32_dpmi_set_protected_mode_interrupt_vector, for an example of usage.


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004