C++
virtual Acad::ErrorStatus readBytes( void* pDest, Adesk::UIntPtr nBytes ) = 0;
Description
Reads a block of data from the filer into the memory pointed to by pDest.
Parameters
Parameters | Description |
---|---|
pDest | Points to the memory buffer which will receive the incoming data bytes. |
nBytes | The number of bytes to read into the buffer. |
Returns
Acad::eOk if successfull, an error code if not.