Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从列中获取宽字符串块。
public virtual size_t GetStringChunk( const ul_wchar * cname, ul_wchar * dst, size_t len, size_t offset )
cname 列的名称。
dst 用于保存字符串块的缓冲区。字符串即使被截断,也以空值终止。
len 缓冲区大小(以 ul_wchar 为单位)。
offset 从中开始读取的值偏移或 UL_BLOB_CONTINUE(从上次读取停止处继续)。
复制到目标缓冲区的 ul_wchar 数(不包括空终止符)。如果 dst 为 NULL,则返回字符串中剩余的 ul_wchar 数。
如果返回 0,则达到该值的结尾。