Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPGPSFXFileAction = short;
const short faNewFile = 0;
const short faOverwrite = 1;
const short faRename = 2;
const short faSkip = 3;
const short faRetry = 4;
[VB.NET]
TSBPGPSFXFileAction As Short
Const faNewFile As Short = 0
Const faOverwrite As Short = 1
Const faRename As Short = 2
Const faSkip As Short = 3
Const faRetry As Short = 4
[Pascal]
under development
[C++]
typedef uint8_t TSBPGPSFXFileActionRaw;
typedef enum { faNewFile = 0, faOverwrite = 1, faRename = 2, faSkip = 3, faRetry = 4 } TSBPGPSFXFileAction;
[PHP]
class TSBPGPSFXFileAction extends TSBBaseEnum {
const faNewFile = 0;
const faOverwrite = 1;
const faRename = 2;
const faSkip = 3;
const faRetry = 4;
}
Possible values
Declared in
.NET:
- Namespace: SBPGPSFX
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum