[Toc][Index]

BANKDATA


The BANKDATA data structure contains the current mode ID and the bank 
number. 

typedef struct _BANKDATA {
  MODEID     miBank;  /*  ID of the current mode. */
  ULONG      ulBank;  /*  Current bank number. */
} BANKDATA;

typedef BANKDATA *FAR *PBANKDATA;


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs