Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the state of an item in the document list.
BOOL SetItemState(
int nItem,
UINT nState,
UINT nStateMask );
Parameters
The following table describes the parameters for the SetItemState method of the CDocList Class.
Parameter |
Description |
---|---|
nItem |
The index number for the item. |
nState |
Specifies values for states to be changed. |
nStateMask |
Specifies which states are to be changed. |
Return Values
true if successful; otherwise, false.
Requirements
Windows CE versions 5.0 and later.
Header file: Declared in Afxext.h.