3.2.4.2.44.7 NeedsExplicitValue (put) (Opnum 36)

The NeedsExplicitValue (put) method sets the needs explicit value of the classifier module definition and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFIER_MODULE_DEFINITION | 0x03))] HRESULT NeedsExplicitValue(
   [in] VARIANT_BOOL needsExplicitValue
 );

needsExplicitValue: Determines if a rule using this classifier needs to provide an explicit value for the property being modified.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST set the needs explicit value of the classifier module definition to needsExplicitValue or return a nonzero error code.