###Function###
TimerInit

###Description###
Returns a handle that can be passed to TimerDiff() to calculate the difference in milliseconds.

###Syntax###
TimerInit (  )


###Parameters###
None.

###ReturnValue###
Returns a handle that can be passed to <a href="TimerDiff.htm">TimerDiff()</a> to calculate the difference in milliseconds.


###Remarks###
The return value from <a href="TimerInit.htm">TimerInit()</a> should be treated as an opaque handle and should only be used to pass to <a href="TimerDiff.htm">TimerDiff()</a>.  Any other usage of the return value is a potential error.


###Related###
TimerDiff


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