stdcall
InstallShield 2024 » InstallScript Language Reference
Project:
prototype stdcall POINTER kernel32.lstrcpy( byref string, byref string);
If no calling convention is specified, stdcall is assumed.
Most Windows API functions use the stdcall (WINAPI) calling convention. Consult Microsoft documentation for more information about calling conventions.
See Also