LNITFFile::GetStatus
#include "ltwrappr.h"
L_INT LNITFFile::GetStatus()
Retrieves the status for the NITF file. This function is available in the Document Toolkit.
Returns
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
LTNTF For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Example
For an example, refer to LNITFFile::GetNITFHeader.