This function selects the VRAM bank for bank-switched displays.
#include <dive.h> HDIVE hDiveInst; /* Display engine DIVE instance. */ ULONG ulBankNumber; /* Bank index to switch to. */ ULONG rc; /* Return codes. */ rc = DiveSwitchBank(hDiveInst, ulBankNumber);