I have two questions Say I have some structure in jni say
struct X
{
Type_A x;
Type_B y;
}
Now how do I?
- Pass this structure as an argument to a java call back function
- How do I return this structure to a Java function.
If possible, please give an example.
Aucun commentaire:
Enregistrer un commentaire