#include "BIDICOM.H"
int CALLBACK GetNumberOfFramesA(LPCTSTR szFileName );
Description
Extracts the number of image frames from a DICOM file.
Parameters
|
LPCTSTR |
szFileName |
The filename of the file to examine. |
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 the number of image frames in the DICOM file.
Programming notes
None
Requirements
Header : Declared in BiDicom.h; include BiDicom.h.
Library : Use BiDicom.lib.
DLLs : BiDicom.dll.
Code example
None at present.