nn::applet::CTR::AppletSleepCanceledCallback Typetypedef void(* nn::applet::CTR::AppletSleepCanceledCallback)(uptr arg);
Function type representing a sleep cancel callback.
Note: The thread that calls this callback has a stack size of roughly 4 KB. Take care to avoid overflows.
Use the nn::applet::CTR::SetSleepCanceledCallback function to set the callback.
The value specified in arg is passed as-is when setting the callback. Use as appropriate.
CONFIDENTIAL