How to draw OpenVG rendering image on MFC window?

Now I’m making MFC application.

This MFC application use RI.

so, to draw a result image on MFC window, I have to set egl initialization code to CView Class(or somewhere).

But I don’t know how to porting this ri to MFC.

I think ri make window by glut and EGL…

How can I change this?