Skip to content

rc_hash_init_verbose_message_callback

Jamiras edited this page Jun 17, 2025 · 3 revisions

Specifies a function to be called for detailed information about the hashing process.

Deprecated: Set callbacks in the rc_hash_iterator_t structure after calling rc_hash_initialize_iterator instead.

Syntax

void rc_hash_init_verbose_message_callback(
    rc_hash_message_callback callback
);

Parameters

callback

A function to call for capturing detailed information about the hashing process. The function will be passed a const char* message that can be logged or reported to the user.

Remarks

Minimum version: 9.0.0

Deprecated in: 12.0.0

See also

rc_hash_init_error_message_callback

rc_hash_generate_from_buffer

rc_hash_generate_from_file

rc_hash_iterate

rcheevos
rc_client

Integration guide

client

user

game

processing

additional data

rc_client_raintegration

Integration guide

rc_runtime
rhash
rapi

common

user

runtime

info

Clone this wiki locally