Hello,
I've noticed that all the included examples uses a variable practice like so:
$sWow64 (string)
$hImage (handle)
For $iY = 0 To $iH - 1 (integers)
and so on...
Which seems to be a nice practice in general.
I'm wondering if there's any list of all the data types, and how they are/can/should be used when it comes to naming variables? Or quality discussions on this specific area regarding coding standards.
For example, I'm not yet sure what data type $tSomething means (an example from the help file states: "a variable for use with DllStruct calls" which isn't that clear to me)