nn::phtsel::CTR::InitializeParameter Function
void InitializeParameter(
Parameter & parameter
);
| Name | Description | |
|---|---|---|
| out | parameter | Parameter structure initialized to its default values. |
Initializes a parameter structure to its default values.
You must always initialize the nn::phtsel::CTR::Parameter structure using this function before using the structure.
This function sets the config member variables of the nn::phtsel::CTR::Parameter structure to the values shown below.
config.enableSoftReset = false
config.enableHomeButton = true
config.version = VERSION
The input and output member variables return the following values after initialization.
config.input.GetSecStart() => GetMinSeconds()
config.input.GetSecEnd() => GetMaxSeconds()
config.input.GetImgKindBit() => IMAGE_KIND_BIT_PICTURE
config.input.GetShootTypeBit() => SHOOTING_TYPE_BIT_DEFAULT
config.input.GetDisTypeBit() => DISTINCTION_TYPE_BIT_DEFAULT
config.input.GetScreenShotType() => SCREEN_SHOT_TYPE_ALL
config.input.GetFaceType() => FACE_TYPE_ALL
config.input.GetMinFaceNum() => 0
config.input.GetMaxFaceNum() => MAX_FACE_INFO_NUM
config.input.GetTitleUniqueId() => TITLE_UNIQUE_ID_ERROR
config.input.GetTitleUniqueIdTbl() => array filled by TITLE_UNIQUE_ID_ERROR
config.input.GetTitleUniqueIdNum() => 0
config.input.GetDistributeType() => DISTRIBUTE_TYPE_ALL
config.input.GetThumbnailSize() => ST_SIZE_DEFAULT
config.input.GetSoundEnable() => true
config.input.GetMessage() => L""
config.output.GetReturnCode() => RETURN_CODE_UNKNOWN
config.output.GetValue() => array filled by L"\0"
config.output.GetValueLen() => 0
CONFIDENTIAL