nn::gd::CTR::System::StopRecordingPackets Member Function

Syntax

static nnResult StopRecordingPackets(
     RecordedPacketId ** packetId
);

Arguments

Name Description
in packetId Sets the address storing the save start ID pointer of the obtained command list object.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process was successful.
ResultNullParameter NULL was specified in packetId.
ResultSystemNoPacketRecorded Saving of command list objects has not started. Start saving them by calling the SystemStartRecordingPackets function.
ResultSystemInvalidCmdListBind The command list to start saving differs from the current command list.
ResultSystemReceiveErrorFromGlGetError The nngxStopCmdlistSave function or the nngxExportCmdlist function could not be executed correctly.
ResultSystemNoPacketToRecord There was no saved data.
ResultOutOfMemory Could not allocate memory.

Description

Stops saving the current command list object.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL