IDVBCMExecRecipeInfo4::getforcedformulaselectionproperties
Method Signatures |
|
C\C++ |
HRESULT GetForcedFormulaSelectionProperties( VARIANT_BOOL *bEnforced, BSTR *bstrDefaultForcedFormula, long lWait) |
VB |
Public Sub GetForcedFormulaSelectionProperties( ByRef bEnforced As Boolean, ByRef bstrDefaultForcedFormula As String, ByVal lWait As Long) |
This method returns if the Enforced Formula Selection feature is enabled for the recipe and the default enforced formula.
Return Values
S_OK - success
else - failed
Memory Allocation
None
Parameter Name |
Purpose |
|---|---|
bEnforced |
The returned Boolean representing whether or not the recipe has the Enforced Formula Selection feature enabled. |
bstrDefaultForcedFormula |
The name of the formula set as the default formula when the enforced formula feature is enabled. |
lWait |
Optional. Default = 30000. Time to wait for a server resource in milliseconds. |