Interface EOS_Connect_OnLogoutCallback
- All Superinterfaces:
com.sun.jna.Callback
public interface EOS_Connect_OnLogoutCallback
extends com.sun.jna.Callback
- Since:
- 3/23/2024
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler -
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME -
Method Summary
Modifier and TypeMethodDescriptionvoidFunction prototype definition for callbacks passed to EOS_Connect_Logout
-
Method Details
-
apply
Function prototype definition for callbacks passed to EOS_Connect_Logout- Parameters:
data- a EOS_Connect_LogoutCallbackInfo containing the result.
-