Sack Library Documentation
|
#define VarTextCreate VarTextCreateEx( DBG_VOIDSRC )
The simplest, most general way to create a PVARTEXT collector. The most extended vartext creator allows specification of how long the initial buffer is, and how much the buffer expands by when required. This was added to optimize building HUGE SQL queries, working withing 100k buffers that expanded by 50k at a time was a lot less operations than expanding 32 bytes or something at a time.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|