virtual Acad::ErrorStatus writeString( const ACHAR* pVal ) = 0;
|
Parameters |
Description |
|
const ACHAR* pVal |
Pointer to the string to write out |
The implementation of this function should follow that of the ObjectARX internal filers. It should:
Note When using the ObjectARX internal filers (that is, not a custom filer), this method does not do anything about platform-dependent byte order.