###Function###
DllStructGetSize
###Description###
Returns the size of the struct in bytes.

###Syntax###
DllStructGetSize ( Struct )


###Parameters###
@@ParamTable@@
Struct
	The struct returned by DllStructCreate.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The size of the struct in bytes.
Failure:	0.
@Error:	0 = No Error.
	1 = Struct not a correct struct returned by DllStructCreate.
@@End@@


###Remarks###
Used when data in the struct needs to hold the struct size.

###Related###
DllStructCreate, DllStructSetData


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