Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access the BltFast method?
Is BltFast supported in Windows Mobile DirectDraw?
399 Views Asked by Kevin At
2
There are 2 best solutions below
3
On
For the fastest blits and direct screen access on Windows Mobile, I would recommend using: PocketHal or the library which is built on top of that: Pocketfrog
there is no
IDirectDrawSurface5interface in neither the Windows Mobile 5.0 (and above) reference nor in theddraw.hheader file of the Windows Mobile 6 SDK, nor is there aBltFastmethod. so no, you can not. you can useIDirectDrawSurface::Blt, though.