Share

acdbFreeResBufContents

Description

If acdbGroupCodeToType(pField->restype) == AcDb::kDwgText or AcDb::kDwgBChunk, then the text or binary chunk memory will be freed. The resbuf itself is not freed. If the datatype is not text or binary, then this function does nothing.

Parameters

Parameters Description
pField Input pointer to resbuf whose contents will be freed

Was this information helpful?