Information structure for Java-to-COM custom method hook.
typedef struct {
DWORD cbSize; IUnknown *punk; const volatile JAVAARG *pJavaArgs;
} J2CMethodHookInfo;
cbSize | The size of the structure in bytes. |
*punk | The pointer to the interface being invoked. |
*pJavaArgs | The pointer to the Java argument stack. |