SysStrCpyΒΆ
This function of type DWORD copies one string (Str1) to another (Str2). It will return a pointer to the target string Str2.
| Variable | Data Type | Description |
|---|---|---|
| sString1 | STRING | String, to which you want to copy (destination) |
| sString2 | STRING | String, which should be copied (source) |