pub unsafe extern "C" fn ACT_AcquireAccountIdByPrincipalId(
principalIds: *mut u32_,
principalIdsSize: u32_,
unk: u8_,
completionEvent: Handle,
) -> ResultExpand description
Acquires account IDs from a list of principal IDs.
ยงArguments
principalIds- Pointer to the input principal IDs.principalIdsSize- Size of the input principal IDs buffer.unk- Unknown value. Must be 0.completionEvent- The event handle to signal once the request has finished.