C++
virtual Acad::ErrorStatus writeBytes( const void* pSrc, Adesk::UIntPtr nBytes ) = 0;
Description
Writes the block of data at pSrc to the filer.
Parameters
Parameters | Description |
---|---|
pSrc | Points to the buffer containing the source bytes which will be written out. |
nBytes | The number of bytes to write out from the buffer. |
Returns
Acad::eOk if successfull, an error code if not.