libnx
v4.2.0
|
Parental Controls service IPC wrapper. More...
Go to the source code of this file.
Functions | |
Result | pctlInitialize (void) |
Initialize pctl. | |
void | pctlExit (void) |
Exit pctl. | |
Service * | pctlGetServiceSession (void) |
Gets the Service object for the actual pctl service session. | |
Service * | pctlGetServiceSession_Service (void) |
Gets the Service object for IParentalControlService. | |
Result | pctlConfirmStereoVisionPermission (void) |
Confirm whether VrMode is allowed. Only available with [4.0.0+]. | |
Result | pctlIsRestrictionEnabled (bool *flag) |
Gets whether Parental Controls are enabled. | |
Result | pctlResetConfirmedStereoVisionPermission (void) |
Reset the confirmation done by pctlConfirmStereoVisionPermission. Only available with [5.0.0+]. | |
Result | pctlIsStereoVisionPermitted (bool *flag) |
Gets whether VrMode is allowed. Only available with [5.0.0+]. | |
Parental Controls service IPC wrapper.