Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBPGPSFXTempFileLocation = short;
const short tflNone = 0;
const short tflSystem = 1;
const short tflTarget = 2;
[VB.NET]
TSBPGPSFXTempFileLocation As Short
Const tflNone As Short = 0
Const tflSystem As Short = 1
Const tflTarget As Short = 2
[Pascal]
under development
[C++]
typedef uint8_t TSBPGPSFXTempFileLocationRaw;
typedef enum { tflNone = 0, tflSystem = 1, tflTarget = 2 } TSBPGPSFXTempFileLocation;
[PHP]
class TSBPGPSFXTempFileLocation extends TSBBaseEnum {
const tflNone = 0;
const tflSystem = 1;
const tflTarget = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBPGPSFX
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum