pub unsafe extern "C" fn ACT_AcquireEula(
countryCode: u8_,
languageCode: *mut c_char,
completionEvent: Handle,
) -> ResultExpand description
Acquires the EULA for the given country and language combination.
ยงArguments
countryCode- The country code of the country for the EULA.languageCode- The 2-character ISO 639 Set 1 language code for the EULA.completionEvent- The event handle to signal once the request has finished.