Skip to content

rc_client_set_hash_callbacks

Jamiras edited this page Jul 11, 2025 · 2 revisions

Allows the rc_client_t to provide custom functions for interacting with the file system or support custom media formats.

Syntax

void rc_client_set_hash_callbacks(
    rc_client_t* client,
    rc_hash_callbacks_t* callbacks
);

Parameters

client

The rc_client_t to modify.

callbacks

The callback functions to pass to the rc_hash_iterator_t (see rc_hash_callbacks_t).

Remarks

Minimum version: 12.0.0

See also

rc_client_begin_identify_and_load_game

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