TransferData.result

The result field contains the result of converting a java data type into a platform specific value. (Warning: This field is platform dependent) <p> <b>IMPORTANT:</b> This field is <em>not</em> part of the SWT public API. It is marked public only so that it can be shared within the packages provided by SWT. It is not available on all platforms and should never be accessed from application code. </p> <p>The value of result is 1 if the conversion was successful. The value of result is 0 if the conversion failed.</p>

class TransferData
int result;

Meta