Literally just a list of listview styles / extended styles and WS / WSEX styles prints them in the console by their name
;Debug
;Debug_GetLvMStyles($g_hListView)
;Debug_GetHDStyles($g_hListView)
;Debug_GetWSStyles($g_hListView)
;Debug_GetWSStyles($g_hWnd)
;;#include <ListViewConstants.au3>
Func Debug_GetLvMStyles($hListView)
Local $LVStyle = _WinAPI_GetWindowLong($hListView, -16)
Local $LVExStyle = _GUICtrlListView_GetExtendedListViewStyle($hListView)
Local $sLVSTYLES
Local $sLVExSTYLES
If @error Then
ConsoleWrite(" Error Debug_