Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property SessionHandle As UInt32
[Pascal]
property SessionHandle : LongWord;
[C++]
uint32_t get_SessionHandle();
void set_SessionHandle(uint32_t Value);
[PHP]
integer get_SessionHandle()
void set_SessionHandle(integer $Value)
[Java]
long getSessionHandle();
void setSessionHandle(long Value);
Description
…
Discuss this help topic in SecureBlackbox Forum