nn::gd::CTR::System::ReplayPackets Member Function

Syntax

static nnResult ReplayPackets(
     RecordedPacketId * packetId,
     u32 * forceDirtyModuleFlag
);

Arguments

Name Description
in packetId Specifies the save start ID pointer to be executed.
in forceDirtyModuleFlag Pointer to the flag that sets reconfigurable status for the specified module after a packet is produced. If forceDirtyModuleFlag is NULL, gd internal status does not change. The module is defined by the enum value of nn::gd::CTR::System::Module.

Return Values

Returns the result of the operation.
Value Description
ResultSuccess Process was successful.
ResultNullParameter NULL was specified in packetId.
ResultSystemNoPacketRecorded The specified packetId data was 0.
ResultSystemReceiveErrorFromGlGetError An error was generated by the nngxImportCmdlist function.

Description

Re-executes the command list object specified by packetId.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL