###User Defined Function###
_GUICtrlListView_GetColumnWidth

###Description###
Retrieves the width of a column in report or list view

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_GetColumnWidth ( $hWnd, $iCol )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iCol
	The index of the column. This parameter is ignored in list view.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the column width.
Failure:	0.
@@End@@


###Remarks###
If this message is sent to a list-view control with the $LVS_REPORT style and the specified column doesn't exist, the return value is undefined.


###Related###
_GUICtrlListView_SetColumnWidth


###Example###
@@IncludeExample@@
