VIRT_AddResultData

Adds the specified string to the result buffer. (If needed, this function also extends the buffer.)

Service:VFS

Syntax

#include <nssPubs.h>

STATUS VIRT_AddResultData (
   VirtInfo_s  *virtInfo,
   utf8_t      *data);

Parameters

virtInfo

Points to the structure that is passed in and updated.

data

Points to a NULL-terminated string that will be added to the result buffer.

Return Values

The return status should either be zOK or a valid NSS error code.