Skip to main content

EOS_SessionModification_Release

Function EOS_SessionModification_Release 

Source
pub unsafe extern "C" fn EOS_SessionModification_Release(
    SessionModificationHandle: EOS_HSessionModification,
)
Expand description

Release the memory associated with session modification. This must be called on data retrieved from EOS_Sessions_CreateSessionModification or EOS_Sessions_UpdateSessionModification

@param SessionModificationHandle - The session modification handle to release

@see EOS_Sessions_CreateSessionModification @see EOS_Sessions_UpdateSessionModification