API Reference > Functions > SDAI > sdaiValidateWhereRule Function
sdaiValidateWhereRule Function
Syntax
C++
DAI_EXPORT SdaiLogical sdaiValidateWhereRule(SdaiAppInstance instance, SdaiWhereRule rule);

sdai.h

Parameters 
Description 
SdaiAppInstance instance 
[in] Identifier of the application instance to be validated.  
SdaiWhereRule rule 
[in] Where rule to check.  

sdaiTRUE if where rule is satisfied by application instance; the function returns sdaiFALSE if rule is not satisfied, or sdaiUNKNOWN if where rule can not be evaluated.

Determines whether the specified where rule is satisfied by the specified application instance.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.