#include "BIDICOM.H"
BOOL CALLBACK SaveDIBInDICOMFormat(LPCTSTR szFileName, HANDLE hDib, DICOMFORMAT nDICOMFormat );
Description
Save Device Independent Bitmap into Dicom format file.
Parameters
|
LPCTSTR |
szFileName |
The Output filename. |
|
HANDLE |
hDib |
Handle to the Device Independent Bitmap |
|
DICOMFORMAT |
nDICOMFormat |
The DICOM format enum value. |
Additional Information
This example shows how to use the dll when loading statically including the header file. Otherwise if the dll is loaded dynamically, for further information read the “About the difference of static and dynamic library loading” section of the manual.
Return values
True if save is succesfull, False if save is unsuccesfull.
Programming notes
None
Requirements
Header : Declared in BiDicom.h; include BiDicom.h.
Library : Use BiDicom.lib.
DLLs : BiDicom.dll.
Code example
None at present.