You are here: Main -> Utility API
Str_Add PROC STDCALL ARG @@src_ptr:DWORD, @@dest_ptr:DWORD
This function will add source string to destination string. It works with ASCII null terminated strings.
Argument | Type | Description |
---|---|---|
src_ptr | dword | pointer to source string |
dest_ptr | dword | pointer to destination string |