Skip to content

rc_client_unload_raintegration

Jamiras edited this page Feb 22, 2024 · 1 revision

Releases resources associated to the integration DLL.

Syntax

void rc_client_unload_raintegration(
    rc_client_t* client
);

Parameters

client

The rc_client_t managing the RA integration.

Remarks

Because the game and user are managed by the integration, this also causes the game to be unloaded and the user to be logged out.

Typically, you should not be switching between integration and non-integration support without recreating the rc_client_t.

Minimum version: 11.2.0

See also

rc_client_begin_load_raintegration

rc_client_destroy

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