How to determine which monitor is connected to which display port

Using Windows IoT in a multiple monitor setup, we need to determine which Windows-enumerated display device is connected to which physical Display Port on the graphics card. Our monitors are wired in a known configuration so we need to, programmatically, ascertain which Windows display is connected to DP1 , and which to DP2 etc

Dear @anthony.j.steer

Thank you for contacting NVIDIA developer forum.
Our technical team has received your query and we will get back to you after initial investigation.

Thanks,
NVAPI Forum Moderator

You can use the NVAPI to enumerate display outputs and match each with its corresponding physical DisplayPort by querying the GPU’s connected display devices and cross-referencing them with your known monitor setup.