So if I try to query for the PID of a process. Say:

$ie = EnumProcess('iexplore.exe')
MESSAGEBOX ($ie,"Test")

The value returned is "EnumProcess".

Is this syntax incorrect?