nn::nex::DebugClient::EnableApiRecorder Member Function

Syntax

qBool EnableApiRecorder(
     ProtocolCallContext * pContext
);

Parameters

Name Description
in pContext Call information.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Enables the recording of function calls by the server.

Enables the recording of function calls by the server.

The recording of API calls is normally disabled. Enable recording by using the DebugClient::EnableApiRecorder function. Recording is automatically disabled if more than one hour has passed without any API calls.

Revision History

2012/05/17
Initial version.

CONFIDENTIAL