pub unsafe extern "C" fn ACT_AcquireAccountInfo(
accountSlot: u8_,
infoType: u32_,
completionEvent: Handle,
) -> ResultExpand description
Acquires account information for the specified account.
ยงArguments
accountSlot- The account slot number to acquire information for.infoType- The type of info to obtain. (only INFO_TYPE_MAIL_ADDRESS is supported.)completionEvent- The event handle to signal once the request has finished.