How to send a image data to P6000 Graphics Card interface directly?

I want to send a image data (such as *.jpg) to a monitor directly which connect to one of the P6000 's HDMI interface ( or DP interface, or MINI DP interface). I want to use NVIDIA’s driver API in my program to do this function. Does the NVIDIA’s driver sdk have any API can do this? I am not sure NVAPI, or NVWMI can do this or not.

For example, one function such as void sendImageToInterface(void *imageData, int interfaceNo), and I am using this to send the imageData to the monitor which connect to the interfaceNo, and the monitor display this imageData.

Thanks a lot , and look forward to your reply, I have confused with this problem many days.