https://bugs.winehq.org/show_bug.cgi?id=53542
--- Comment #7 from Robert Wilhelm sloper42@yahoo.com --- I tested with vbscript:
Set objShell = CreateObject("WScript.Shell") Set objExec = objShell.Exec ("notepad.exe") msgbox TypeName(objExec.ProcessID)
With wine, I get 0164:fixme:vbscript:Global_TypeName arg 0075F700 {VT_UI4: 360} not supported
With native (winetricks install wsh57) I get "Long" typename for ProcessID.