Supported Browsers Home   
PMSplitPathFlags Previous   
PM_HWND Next   
Type Definitions Up   

PMWORDREGS

Declaration

typedef struct {
    ushort  ax,ax_hi;
    ushort  bx,bx_hi;
    ushort  cx,cx_hi;
    ushort  dx,dx_hi;
    ushort  si,si_hi;
    ushort  di,di_hi;
    ushort  cflag,cflag_hi;
    } PMWORDREGS

Prototype In

pmapi.h

Description

Structure describing the 16-bit x86 CPU registers

Members

ax

Value of the AX register

bx

Value of the BX register

cx

Value of the CX register

dx

Value of the DX register

si

Value of the SI register

di

Value of the DI register

cflag

Value of the carry flag

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com