CopyRawDataFrom 

Purpose

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

Syntax

void CopyRawDataFrom(void* pDataFrom);

Parameters

pDataFrom: Pointer to the source memory.

Description

You must 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

CopyRawDataTo