SAMPLE: DibSectn.exe Uses DIBSections in Win32

ID: Q186221


The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK)
  • Microsoft Windows versions 95, 98
  • Microsoft Windows NT, versions 3.51, 4.0, 5.0
  • Microsoft Windows 2000


SUMMARY

DibSectn.exe is a sample that demonstrates how to use DIBSections in Win32 applications. Written in C, this sample is constructed in the form of a DLL, which makes it easy to call from other programs.

DIBSections are commonly used to bridge the gap between device dependent bitmaps (DDBs) and device independent bitmaps (DIBs). This sample contains code which loads, draws, stores, and otherwise manipulates and provides access to DIBSections.


MORE INFORMATION

The following file is available for download from the Microsoft Download Center. Click the file name below to download the file:

DibSectn.exe
Release Date: Mar-20-1998

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Included in the sample is the pre-built DLL, which houses the functions in the sample. In the header file are sample declares for calling the functions in the sample from within Visual Basic. For more information, please read the comments in the .c and .h files in the sample.

Additional query words: kbDSupport kbdsd kbBitmap kbDibSect kbGDI

Keywords : kbfile kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbSDKWin32 kbWinOS95 kbWinOS98 kbGDIFAQ
Version : WINDOWS:95,98; winnt:3.51,4.0,5.0
Platform : WINDOWS winnt
Issue type :


Last Reviewed: December 15, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.