CCallbackMapper.CallbackInfo

public static class CallbackInfo

Used for storing the callback pointer and the extra field.

The meaning of the extra field is opaque from Java and strongly platform dependent.

Fields

callback

public Pointer callback

extra

public long extra

Constructors

CallbackInfo

public CallbackInfo(Pointer callback, long extra)