Skip to content

rc_hash_init_verbose_message_callback

Jamiras edited this page Sep 7, 2020 · 2 revisions

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

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

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

rc_client_raintegration

Integration guide

rc_runtime

rhash

rapi

common

user

runtime

info

Clone this wiki locally