IConditionGenerator::Initialize Method

Resets all states of the interface to default values and retrieves any necessary information from the schema.

Syntax

HRESULT Initialize(      
    ISchemaProvider *pSchemaProvider
);

Parameters

  • pSchemaProvider
    [in]  Pointer to the schema to be used.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IConditionGenerator, IConditionFactory, CONDITION_TYPE, CONDITION_OPERATION, CONDITION_CREATION_OPTIONS, ICondition, ICondition2