/dll <filename> <procname> [data]
$dll(filename, procname, data)

Since /dll allows [data] to be optional, it seems reasonable that $dll() should also allow the 3rd parameter to not be present. This would allow procnames to receive a $null data without forcing a blank or dummy 3rd parameter. $dll(dllname,getdllversion,)

edit: looks like $dllcall is also requiring the data parameter be present.

Last edited by maroon; 11/03/19 06:19 PM.