EOS_Sessions_UpdateSessionModification

EOS API reference page for EOS_Sessions_UpdateSessionModification

1분 소요

This function is part of the Sessions Interface.

Remarks

Creates a session modification handle (EOS_HSessionModification). The session modification handle is used to modify an existing session and can be applied with EOS_Sessions_UpdateSession. The EOS_HSessionModification must be released by calling EOS_SessionModification_Release once it is no longer needed.

Return Value

EOS_Success if we successfully created the Session Modification Handle pointed at in OutSessionModificationHandle, or an error result if the input data was invalid

See Also

EOS_SessionModification_Release, EOS_Sessions_UpdateSession, EOS_HSessionModification

Parameters

EOS_Sessions_UpdateSessionModification

Parameter Type And NameUsage Information
EOS_HSessions Handle
const EOS_Sessions_UpdateSessionModificationOptions* OptionsRequired fields such as session name
EOS_HSessionModification* OutSessionModificationHandlePointer to a Session Modification Handle only set if successful