#include "BIDIB.H"
BOOL CALLBACK SaveDIBIntoEnhMetaFile (LPSTR lpszFileName, HANDLE hDib)
Description
Saves the device independent bitmap in an enhanced metafile.
Parameters
|
LPSTR |
lpszFileName |
File name |
|
HANDLE |
HDib |
Handle of the DIB |
Return values
True on success, otherwise false.
Programming notes
None
Requirements
Code example
None at present.