Declare GetIpForwardTable func as
/**@dll.import("Iphlpapi.dll",auto) */
public static native int GetIpForwardTable(int p1, int p2, boolean p3);
after exec - No effect! Pointer p1 to structure MIB_IPFORWARDTABLE still 0. Why?
/**@dll.import("Iphlpapi.dll",auto) */
public static native int GetIpForwardTable(int p1, int p2, boolean p3);
after exec - No effect! Pointer p1 to structure MIB_IPFORWARDTABLE still 0. Why?
Last edited by a moderator: