CopyRawDataTo 

Purpose

Copy row data to the specified memory from the data object’s memory.

Syntax

void CopyRawDataTo(void* pDataTo);

Parameters

pDataTo: Pointer to the destination memory.

Description

User needs to make sure the valid length of the memory block pointed to by pDataFrom matches the length(m_nLength) stored in the object. Only allowed when the data type is TYPX.

Related Information

CopyRawDataFrom