Share

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

C++

Acad::ErrorStatus writeItem(
    const void* pSrc, 
    Adesk::UIntPtr nBytes
);

Description

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

Parameters

Parameters Description
nBytes The number of bytes to write out from the buffer.
pDest Points to the buffer containing the source bytes which will be written out.

Returns

Acad::eOk if successfull, an error code if not.

Remarks

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

Links

AcDbDwgFiler

See Also

AcDbDwgFiler::writeBytes() method

Was this information helpful?