nn::gd::CTR::System::StopRecordingPackets Member Functionstatic nnResult StopRecordingPackets( RecordedPacketId ** packetId );
| Name | Description | |
|---|---|---|
| in | packetId | Sets the address storing the save start ID pointer of the obtained command list object. |
| 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. |
Stops saving the current command list object.
CONFIDENTIAL