Function ctru_sys::APT_Initialize
source · pub unsafe extern "C" fn APT_Initialize(
appId: NS_APPID,
attr: APT_AppletAttr,
signalEvent: *mut Handle,
resumeEvent: *mut Handle
) -> Result
Expand description
Initializes an application’s registration with APT.
§Arguments
appId
- ID of the application.attr
- Attributes of the application.signalEvent
- Pointer to output the signal event handle to.resumeEvent
- Pointer to output the resume event handle to.