Replaces the data pointer contained in the data wrapper with a new quantity of non—garbage-collected heap memory. The previous memory, if any, is freed if it is owned by the Microsoft VM.
void* __cdecl jcdwNewData(Hjava_lang_Object *phJCDW, unsigned int numBytes);
*phJCDW | The data pointer to be replaced. |
numBytes | The size of the heap memory in bytes. |