Property | Description | |||
Method Name | SetBuffer | |||
Argument - lpData | A pointer to the data to be placed into the class | |||
Argument - len | The number of bytes from lpData to be placed into the class | |||
Argument - lpctStr | A string to be placed into the class | |||
Description | Sets the content of the class | |||
Remarks | Any Existing content is deleted. If the build is UNICODE then 2 bytes per char are used when when converting strings, if not then just the one. |
|||
Example |