You are here: Main -> Utility API
Str_Copy PROC STDCALL ARG @@src_ptr:DWORD,@@dest_ptr:DWORD
This function will copy source string into 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 |