yucad3d

CadExpand

Pre-allocates database capacity ahead of bulk entity creation.

std::int32_t CadExpand ( void* pDest, std::uint32_t DestMaxLen, void* pSource, std::uint32_t SourceLen );

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.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also