LoadDICOMIntoDIB

#include "BIDICOM.H"

HANDLE CALLBACK LoadDICOMIntoDIBA(LPCTSTR szFileName, int sn );

 

Description

Returns a handle to the Device Independent Bitmap what was extracted from the DICOM file.

Parameters

LPCTSTR

szFileName

The Output filename.

Int

sn

The index number of selected image in the dicom file.

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

Returns a handle to the Device Independent Bitmap.

Programming notes

None

Requirements

Header :     Declared in BiDicom.h; include BiDicom.h.

Library :    Use BiDicom.lib.

DLLs :       BiDicom.dll.

Code example

None at present.