Data structure to make a bios call.
typedef struct _INTCRF {
ULONG ulBIOSIntNo; /* 0x10 for INT10 calls. */
VCRF aCRF; /* Client register frame. */
BUFFER pB[2]; /* Description of input/output buffers. */
} INTCRF;
typedef INTCRF *PINTCRF;