ModifyLVStyle
This method delegates its parameters to the Cwindow::ModifyStyle method of the listview control. For further information refer to the MSDN.
HRESULT ModifyLVStyle([in]long dwRemove, [in]long dwAdd);
Parameters
dwRemove
[in] Window flags to be removed.
dwAdd
[in] Window flags to be added.
Return Values
S_OK
Function was successfully called