Skip to content

Commit 55a8ecf

Browse files
author
Matthew Sebolt
authored
Update ctreectrl-class.md
1 parent 137543c commit 55a8ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/ctreectrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Mask indicating one or more states to be retrieved. For more information on poss
799799

800800
### Return Value
801801

802-
A `UINT` that holds the C++ logical **OR** operator (`|`) of the values specified by `nStateMask`. For information on possible values, see [`CTreeCtrl::GetItem`](#getitem). To find the value for a specific state, perform a C++ logical **AND** operator (`&`) f the state value and the return value, as shown in the following example.
802+
A `UINT` that holds the C++ bitwise **OR** operator (`|`) of the values specified by `nStateMask`. For information on possible values, see [`CTreeCtrl::GetItem`](#getitem). To find the value for a specific state, perform a C++ bitwise **AND** operator (`&`) f the state value and the return value, as shown in the following example.
803803

804804
### Example
805805

0 commit comments

Comments
 (0)