Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBZIPSFXCommandLineSwitches = int;
const int clsHelp = 1;
const int clsSilent = 2;
const int clsTarget = 4;
const int clsPass = 8;
const int clsExtract = 16;
const int clsTempFile = 32;
[VB.NET]
TSBZIPSFXCommandLineSwitches As Integer
Const clsHelp As Integer = 1
Const clsSilent As Integer = 2
Const clsTarget As Integer = 4
Const clsPass As Integer = 8
Const clsExtract As Integer = 16
Const clsTempFile As Integer = 32
[Pascal]
under development
[C++]
typedef uint8_t TSBZIPSFXCommandLineSwitchRaw;
typedef enum { _clsHelp = 0, _clsSilent = 1, _clsTarget = 2, _clsPass = 3, _clsExtract = 4, _clsTempFile = 5 } TSBZIPSFXCommandLineSwitch;
typedef uint32_t TSBZIPSFXCommandLineSwitchesRaw;
typedef enum { _f_clsHelp = 1, _f_clsSilent = 2, _f_clsTarget = 4, _f_clsPass = 8, _f_clsExtract = 16, _f_clsTempFile = 32 } TSBZIPSFXCommandLineSwitches;
[PHP]
class TSBZIPSFXCommandLineSwitches extends TSBBaseEnum {
const clsHelp = 1;
const clsSilent = 2;
const clsTarget = 4;
const clsPass = 8;
const clsExtract = 16;
const clsTempFile = 32;
}
Possible values
Declared in
.NET:
- Namespace: SBZIPSFX
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum