#include "ltwrappr.h"
L_INT LNITFFile::GetStatus()
Retrieves the status for the NITF file.
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. |
Required DLLs and Libraries
For an example, refer to LNITFFile::GetNITFHeader.