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 cRestrictionsULONGs 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 Overview | IDBSchemaRowsetImpl Class Members
See Also