Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
按顺序检索错误参数。
public size_t ULErrorInfoParameterAt( ul_error_info const * errinf, ul_u_short parmNo, char * buffer, size_t bufferSize )
errinf ul_error_info 对象。
parmNo 从 1 开始的参数序号。
buffer 接收参数字符串的缓冲区。
bufferSize 缓冲区大小。
返回存储参数所需的大小(以字节为单位),或如果顺序无效时返回零。如果返回的值大于 bufferSize 的值,则参数会被截断。