Skip to content

rc_api_destroy_ping_response

Jamiras edited this page Apr 16, 2021 · 1 revision

Releases memory associated to a rc_api_ping_response_t object.

Syntax

void rc_api_destroy_ping_response(
    rc_api_ping_response_t* response
);

Parameters

response

The rc_api_ping_response_t to destroy.

Remarks

rc_api_ping_response_t objects are initialized by the rc_api_process_ping_response function.

Minimum version: 10.0.0

See also

rc_api_init_ping_request

rc_api_process_ping_response

rcheevos

rc_client

Integration guide

client

user

game

processing

rc_client_raintegration

Integration guide

rc_runtime

rhash

rapi

common

user

runtime

info

Clone this wiki locally