Miles Sound System SDK 7.2a

VDI_CALL

The structure VDI_CALL specifies the registers passed or returned from a real-mode driver call.

struct VDI_CALL
{
  S16 AX;
  S16 BX;
  S16 CX;
  S16 DX;
  S16 SI;
  S16 DI;
};

In Members

AX
Specifies the AX register.
BX
Specifies the BX register.
CX
Specifies the CX register.
DX
Specifies the DX register.
SI
Specifies the SI register.
DI
Specifies the DI register.


Group: Low-Level DOS Support Services
Related Functions: AIL_call_driver
Related Basic Types: S16

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.