Products Downloads


French version


 

 

This function retrieves the value of a rule parameter.

 

Context

  • Windows client,

  • Windows server.

 

Parameters

- ALPHA(n)

RuleId

Internal ID of the rule.

- ALPHA(n)

ParameterId

Internal ID of the parameter.

- ALPHA(n)

Value

Parameter value

- NUM_BIN_4

ValueLen

Length of the parameter value variable.

- BOOL

ReturnCode

Return code for the operation:

*TRUE if the rule is enabled.

*FALSE if the rule is disabled or does not exist.

 

Example

BEGIN_DECL

...

ALPHA(50) VALPARAM

BOOL      RC

...

BEGIN_PROCEDURE BEGIN

...

CALL_DLL 'qualmgrtoolbx' 'QMGetRuleParameter' 'myrule' 'myparam' VALPARAM 50 RC

...

 

 

The QualMgrToolBx DLL

 

↑ Top of page

  • Aucune étiquette