Function CSPString::Add()
Description:
Adds the contents of two strings, performing any conversion, if necessary.
 |
Prototype:
void Add(void* pData, unsigned long ulLength);
Arguments:
- void* pData [IN]
The pointer to the text or data to add.
- unsigned long ulLength [IN]
The length of text in characters or data in bytes.
Return value:
No return value (void).
|
|