Share

AcDbDwgFiler::readItem (void*, Adesk::UIntPtr) Method

C++

Acad::ErrorStatus readItem(
    void* pDest, 
    Adesk::UIntPtr nBytes
);

Description

This inline method calls the filer's readBytes() method. (See that method for more information.)

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.

Remarks

This is a simple inline method which calls the readBytes() method.

Links

AcDbDwgFiler

See Also

AcDbDwgFiler::readBytes() method

Was this information helpful?