The DEBUG message will throughout expectations, due to pass wrong type variable.
The %g parameter need to pass the GUID pointer not the variable itself. so chang TargetGuids[i] to &TargetGuids[i]
[ ] Impacts functionality?
[ ] Impacts security?
[ ] Breaking change?
[ ] Includes tests?
[ ] Includes documentation?
How This Was Tested
Test have been run on an Arm based simulator. No exception throughout after adding the &.
Description
The DEBUG message will throughout expectations, due to pass wrong type variable.
The %g parameter need to pass the GUID pointer not the variable itself. so chang TargetGuids[i] to &TargetGuids[i]
How This Was Tested
Test have been run on an Arm based simulator. No exception throughout after adding the &.
Integration Instructions
N/A