nn::gd::CTR::System::ReleasePackets Member Function

Syntax

static nnResult ReleasePackets(
     RecordedPacketId * packetId
);

Parameters

Name Description
in packetId Specifies the save start ID pointer to be released.

Return Values

Returns the result of the operation.
Value Description
Result::IsSuccess Process was successful.
ResultNullParameter NULL was specified in packetId.

Description

Releases the saved command list object.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL