Skip to main content

EOS_SessionSearch_Release

Function EOS_SessionSearch_Release 

Source
pub unsafe extern "C" fn EOS_SessionSearch_Release(
    SessionSearchHandle: EOS_HSessionSearch,
)
Expand description

Release the memory associated with a session search. This must be called on data retrieved from EOS_Sessions_CreateSessionSearch.

@param SessionSearchHandle - The session search handle to release

@see EOS_Sessions_CreateSessionSearch