SEC_LISTCLASS::ModifyListCtrlStyle
BOOLSEC_LISTCLASS::ModifyListCtrlStyle(DWORDdwRemove, DWORDdwAdd, BOOLbRedraw)
Adds and/or removes list control styles.
Defined in: slstcore.inl
Return Value
Nonzero if successful; otherwise 0.
Parameters
dwRemove
The styles to remove, or 0 for none.
dwAdd
The styles to add, or 0 for none.
bRedraw
Flag indicating whether to redraw the tree control; default is TRUE.