nn::nex::DataStoreChangeMetaCompareParam::SetMetaBinary Member Function

Syntax

void SetMetaBinary(
     const void * p,
     qUnsignedInt32 size
);

Parameters

Name Description
in p Pointer to the binary data to add as metadata to the data that is uploaded. Blank when NULL is specified.
in size The size of the binary data that is uploaded (0-1024).

Return Values

None.

Description

Sets the binary data in the metadata.

Specifies the binary data to add as metadata to the data being uploaded. Between 0 and 1024 bytes of data can be set. This parameter specification is not required. The default is to leave this empty.

Revision History

2012/12/13
Initial version.

CONFIDENTIAL