ISISSetScanOptions example for C++ 5.0 and later

ILEADRasterISIS *pRasterISIS;
CWnd *m_pMainWnd;
    pRasterISIS->ISISLoadDriver ();
    pRasterISIS->ISISSetScanOptions ((long)m_pMainWnd->m_hWnd);
    pRasterISIS->ISISUnloadDriver ();