|
virtual bool COView::SetFilter(ULONG nCols, CFilterInfo pFilterInfo[]); Return Value true if successful; otherwise false. Parameters [in] nCols: A value indicating the size of an array of CFilterInfo structures pointed by pFilterInfo. [in] pFilterInfo: A pointer to an array of CFilterInfo structures with size of nCols. For how to set CFilterInfo structures, click here. Remark Calls the function to set a set of filters to the opened COView object. For how to use the function, see example FilterSort. |