Products Downloads


French version


 


This function retrieves the dynamic control mode for the current parameters. During execution, the detection of an error when passing parameters when calling a program or third-party library can result in the three following behaviors:

  • An error message is displayed and execution is interrupted.
  • An error message is displayed and execution continues in sequence.
  • No error message is displayed and execution continues in sequence.


Notes:

Using this function does not modify the Runtime configuration file.

The dynamic parameter control mode is transmitted to the server part when the first service is called. This function is executed in the server part and retrieves the server part's current mode (it can be different from that in the client part).


Context

  • Windows client

  • Windows server
  • Java client
  • Java server
  • Adelia Web Client
  • Adelia Cloud client
  • Event Adelia client


Parameters

NUM_BIN_2 (O)

Value retrieved from the mode for minor errors:
0: Message without execution
1: Message and execution
2: Execution

NUM_BIN_2 (O)

Value retrieved from the mode for major errors:

0: Message without execution

1: Message and execution

2: Execution

BOOL (O)

Function return code.

*TRUE if the function was successful;

*FALSE if the function failed.



Example

BOOL bRet
NUM_BIN_2 MinMode
NUM_BIN_2 MajMode

LOAD_DLL 'VaToolBx'

CALL_DLL 'VaToolbx' 'VaToolBxGetDynamicParameterCtrlMode' MinMode MajMode bRet



List of the VaToolBx functions by topic

↑ Top of page


  • Aucune étiquette