This method of the ComLib Class determines whether Java is responsible for doing cleanup tasks for the COM object.
public static boolean ownsCleanup(Object structObj);
Returns true if the object is owned by Java; otherwise, returns false.
structObj | The COM object that is being checked. |