qBool EnableApiRecorder( ProtocolCallContext * pContext );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
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.
CONFIDENTIAL