Class EOS_SessionModification

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.sessions.EOS_SessionModification
All Implemented Interfaces:
com.sun.jna.NativeMapped, AutoCloseable

public class EOS_SessionModification extends com.sun.jna.PointerType implements AutoCloseable
To modify sessions, you must call EOS_Sessions_CreateSessionModification to create a Session Modification handle. To modify that handle, call EOS_HSessionModification methods. Once you are finished, call EOS_Sessions_UpdateSession with your handle. You must then release your Session Modification handle by calling EOS_SessionModification_Release.
Since:
9/5/2023