Discuss this help topic in SecureBlackbox Forum
...
Declaration
[VB.NET]
Property ExtraFlag As Byte
[Pascal]
property ExtraFlag : byte;
[C++]
uint8_t get_ExtraFlag();
void set_ExtraFlag(uint8_t Value);
[PHP]
integer get_ExtraFlag()
void set_ExtraFlag(integer $Value)
[Java]
byte getExtraFlag();
void setExtraFlag(byte arg0);
Description
...
Discuss this help topic in SecureBlackbox Forum