pub unsafe extern "C" fn APT_CancelParameter(
source: NS_APPID,
dest: NS_APPID,
success: *mut bool,
) -> ResultExpand description
Cancels a parameter which matches the specified source and dest AppIDs.
ยงArguments
source- AppID of the source application (use APPID_NONE to disable the check).dest- AppID of the destination application (use APPID_NONE to disable the check).success- Pointer to output true if a parameter was cancelled, or false otherwise.