Microsoft SDK for Java

J2CMethodHookInfo

Information structure for Java-to-COM custom method hook.

Syntax

typedef struct {

DWORD cbSize; IUnknown *punk; const volatile JAVAARG *pJavaArgs;

} J2CMethodHookInfo;

Parameters

cbSize The size of the structure in bytes.
*punk The pointer to the interface being invoked.
*pJavaArgs The pointer to the Java argument stack.

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