Discuss this help topic in SecureBlackbox Forum
Identifies whether optional extra fields are present in the header.
Declaration
[VB.NET]
Property HasExtra As Boolean
[Pascal]
property HasExtra : boolean;
[C++]
bool get_HasExtra();
void set_HasExtra(bool Value);
[PHP]
bool get_HasExtra()
void set_HasExtra(bool $Value)
[Java]
boolean getHasExtra();
void setHasExtra(boolean Value);
Description
When this flag is set, ExtraField and ExtraFlag are present in the header.
Discuss this help topic in SecureBlackbox Forum