CadCompress
Compacts the drawing database in memory (reclaims erased-entity slack).
std::int32_t CadCompress (
void* pDest,
std::uint32_t DestMaxLen,
void* pSource,
std::uint32_t SourceLen,
std::int32_t Level
);
Parameters
- pDest (void*)
- Caller-supplied output pointer.
- DestMaxLen (std::uint32_t)
- Integer value.
- pSource (void*)
- Caller-supplied output pointer.
- SourceLen (std::uint32_t)
- Integer value.
- Level (std::int32_t)
- Integer value.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.