This flag will determine when the Adabas user exit (if defined) is called.
enum CNXUSEREXITFLAGS
{
CNX_USEREXIT_NONE = 0x00,
CNX_USEREXIT_PRECALL = 0x01,
CNX_USEREXIT_POSTCALL= 0x02
};
A value of 1 means the exit will be called before every adabas call.
A value of 2 means the exit will be called after every adabas call.
A value of 3 means the exit will be called before and after every adabas call.
Please see USEREXITNAME32 and USEREXITNAME64 for more details.
Default = 0
Environments: Client, Windows, Unix
Configuration Manager: CONNX Settings; Current Key = CONNX\ADABAS; Key Value/Value Name = USEREXITFLAGS
Unix Environment Variable : USEREXITFLAGS