Returns a data wrapper object of the supplied class type that points at the supplied data pointer. The memory is not owned by the Microsoft VM.
Hjava_lang_Object *__cdecl convert_ptr_to_jcdw(void *pExtData, Hjava_lang_Object *phJavaClass);
*pExtData | The address of the external data. |
*phJavaClass | The address of the Java class. |