FastBlt.exe Implements Smooth Movement of a Bitmap (40959)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1
  • Microsoft Win32 Application Programming Interface (API), when used with:
    • Microsoft Windows NT Server 3.5
    • Microsoft Windows NT Server 3.51
    • Microsoft Windows NT Workstation 3.5
    • Microsoft Windows NT Workstation 3.51

This article was previously published under Q40959

SUMMARY

FastBlt.exe is a sample application that demonstrates how to implement the smooth movement of a bitmap around the screen. Basically, it sets up a pair of BitBlt() calls: one that erases the image and another that redisplays the image. The necessary ROP codes for BitBlt() that should be used are SRCCOPY and SRCINVERT.

MORE INFORMATION

The following files are available for download from the Microsoft Download Center:

FastBlt.exe For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:

119591 How to Obtain Microsoft Support Files from Online Services

Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Modification Type:MinorLast Reviewed:3/21/2005
Keywords:kbdownload kbfile kbinfo kbSample KB40959 kbAudDeveloper