#include "BIDIB.H"
BOOL CALLBACK SaveBitmapIntoEnhMetaFile (HDC hDC, HBITMAP hBitmap, LPSTR lpszFileName)
Description
Save the device dependent bitmap in an enhanced metafile.
Parameters
|
HDC |
hDC |
Destination device context. |
|
HBITMAP |
hBitmap |
Handle of the bitmap |
|
LPSTR |
lpszFileName |
Enhanced metafile name |
Return values
True on success, otherwise false.
Programming notes
None
Requirements
Code example
None at present.