CDocList::SetFilterIndex
Indicates that a file filter has been changed.
HRESULT SetFilterIndex(
int nIndex );
Parameters
The following table describes the parameter for the SetFilterIndex method of the CDocList Class.
Parameter |
Description |
---|---|
nIndex |
The index of the filter list delimited by the vertical bar (|). The index is one-based, not zero-based. |
Return Value
true if successful; otherwise, false.
Requirements
Windows CE versions 5.0 and later.
Header file: Declared in Afxext.h.