Result pctlauthShowForConfiguration(void)
Just calls: pctlauthShowEx(1, 0, 1).
Result pctlauthChangePasscode(void)
Launches the applet for changing the Parental Controls PIN.
Result pctlauthShow(bool flag)
Launches the applet.
Result pctlauthShowEx(u8 arg0, u8 arg1, u8 arg2)
Launches the applet.
Result pctlauthRegisterPasscode(void)
Launches the applet for registering the Parental Controls PIN.
PctlAuthType
Type values for PctlAuthArg::type.
Definition: pctlauth.h:11
@ PctlAuthType_ChangePasscode
ChangeParentalPasscode.
Definition: pctlauth.h:14
@ PctlAuthType_RegisterPasscode
RegisterParentalPasscode.
Definition: pctlauth.h:13
@ PctlAuthType_Show
ShowParentalAuthentication.
Definition: pctlauth.h:12
Input arg storage for the applet.
Definition: pctlauth.h:18
u8 arg0
Arg0.
Definition: pctlauth.h:21
u8 arg2
Arg2.
Definition: pctlauth.h:23
u8 pad
Padding.
Definition: pctlauth.h:24
u8 arg1
Arg1.
Definition: pctlauth.h:22
PctlAuthType type
PctlAuthType
Definition: pctlauth.h:20
u32 unk_x0
Always set to 0 by the user-process.
Definition: pctlauth.h:19
uint8_t u8
8-bit unsigned integer.
Definition: types.h:19
u32 Result
Function error code result type.
Definition: types.h:44
uint32_t u32
32-bit unsigned integer.
Definition: types.h:21