pub unsafe extern "C" fn ACTA_AgreeEula(
accountSlot: u8_,
eulaInfo: *mut EulaInfo,
agreementTimestamp: s64,
completionEvent: Handle,
) -> ResultExpand description
Submits a EULA agreement to the account server.
ยงArguments
accountSlot- The account slot number of the account to use to submit the agreement.eulaInfo- Pointer to a EULA information structure describing the agreed EULA.agreementTimestamp- A timestamp in the format milliseconds elapsed since 01.01.2000 00:00:00 UTC of when the user agreed to the EULA.completionEvent- The event handle to signal once the request has finished.