Skip to main content

EOS_UserInfo_BestDisplayName_Release

Function EOS_UserInfo_BestDisplayName_Release 

Source
pub unsafe extern "C" fn EOS_UserInfo_BestDisplayName_Release(
    BestDisplayName: *mut EOS_UserInfo_BestDisplayName,
)
Expand description

Release the memory associated with EOS_UserInfo_BestDisplayName. This must be called on data retrieved from EOS_UserInfo_CopyBestDisplayNameWithPlatform.

@param BestDisplayName - The EOS_UserInfo_BestDisplayName structure to release

@see EOS_UserInfo_BestDisplayName @see EOS_UserInfo_CopyBestDisplayName @see EOS_UserInfo_CopyBestDisplayNameWithPlatform