Microsoft SDK for Java

convert_ptr_to_jcdw

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.

Syntax

Hjava_lang_Object *__cdecl convert_ptr_to_jcdw(void *pExtData, Hjava_lang_Object *phJavaClass);

Parameters

*pExtData The address of the external data.
*phJavaClass The address of the Java class.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.