IDBSchemaRowsetImpl::SetRestrictions

void SetRestrictions( REFIID rguidSchema, ULONG cRestrictions, ULONG* rgRestrictions );

Parameters

rguidSchema

[in] The schema rowset for which to set restrictions.

cRestrictions

[in] The number of restrictions to be set.

rgRestrictions

[in] An array of cRestrictions ULONGs to be set.

Remarks

Called by GetSchemas through an upcasted pointer. Override the default in your Session class to set restrictions other than the default. The default implementation of this method sets the rgRestrictions array elements to 0.

IDBSchemaRowsetImpl OverviewIDBSchemaRowsetImpl Class Members

See Also

Schema Rowset Classes and Typedef Classes