hello
i want know type of variables in hasp_windows_xxx.dll
status = hasp_login(feature, vendor_code, &handle);
hasp_login return *int
feature return int
vendor_code return *char
handle return *long
is this correct or no
thank you