-
- //
- // for debugging----
- //
-LONG alFormats[24];
-::GpiQueryDeviceBitmapFormats(hPS, 24, alFormats);
-if ((lScans = ::GpiQueryBitmapBits( hPS
- ,0L
- ,(LONG)nHeight
- ,(PBYTE)pucBits
- ,&vInfo
- )) == GPI_ALTERROR)
-{
- ERRORID vError;
- wxString sError;
-
- vError = ::WinGetLastError(vHabmain);
- sError = wxPMErrorToStr(vError);
-}
-