Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从列中读取值作为以空值终止的宽字符串。
public virtual bool GetString( const ul_wchar * cname, ul_wchar * dst, size_t len )
cname 列的名称。
dst 用于保存宽字符串值的缓冲区。字符串即使被截断,也以空值终止。
len 缓冲区大小(以 ul_wchar 为单位)。
如果成功读取值,则返回 True。
当字符串的大小不足以保存整个值时,它将在缓冲区中截断。