Function ctru_sys::APT_StartLibraryApplet
source · pub unsafe extern "C" fn APT_StartLibraryApplet(
appID: NS_APPID,
param: *const c_void,
paramSize: usize,
handle: Handle
) -> Result
Expand description
Starts a library applet.
§Arguments
appID
- AppID of the applet to launch.param
- Buffer containing applet parameters.paramsize
- Size of the buffer.handle
- Handle to pass to the applet.