nn::extrapad::CTR::InitializeConfig Function

Syntax

void InitializeConfig(
     Config * pConfig
);

Parameters

Name Description
out pConfig The Config structure, initialized to default values.

Return Values

None.

Description

Initializes the Config structure to default values.

Before using the nn::extrapad::CTR::Config structure, you must always initialize it with this function.

This function sets the member variables of the nn::extrapad::CTR::Config structure as follows.


    homeButton                            = true
    softwareReset                         = false
    returnCode                            = RETURN_CODE_UNKNOWN
            

Revision History

2011/08/04
Added parameter details.
2011/07/21
Initial version.

CONFIDENTIAL