OpenDOF Project
boolean DOFQueryBuilder_AddRestriction ( DOFQueryBuilder  self,
uint32  interfaceIDCount,
const DOFInterfaceID  interfaceIDs[] 
)

Add interfaces to the restriction list.

The restriction list is the exclusive list of all interfaces that shall be considered to match the query. An empty list means that all interfaces shall be considered. The restriction list is empty by default.

Parameters
selfThe QueryBuilder. If NULL, no action is taken.
interfaceIDCountNumber of interfaces.
interfaceIDsList of Interface IDs to add to the restriction list. This must not be NULL if interfaceIDCount > 0.
Returns
TRUE if restriction was added, FALSE otherwise.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22