PStr PStrCpy(dst, src);
Copies the Pascal string src to the Pascal string dst. This function assumes dst is large enough to contain src.
| Name | Type | Description |
|---|---|---|
| dst | PStr | Pointer to a Pascal string. |
| src | PStr | Pointer to a Pascal string. |
A copy of the destination Pascal string pointer.