Retrieves the status for the NITF file.
#include "ltwrappr.h"
L_INT LNITFFile::GetStatus()
| Value | Meaning | 
|---|---|
| 0 | The NITF file is invalid. | 
| NITF_FILE_EMPTY | [0x0001] The NITF file does not contain any segments. | 
| NITF_FILE_VALID | [0x0002] The NITF file contains a valid NITF header. | 
For an example, refer to LNITFFile::GetNITFHeader.