Hello Zhao,
Like Danny mentioned, without knowing the specifics of your camera interface, it's hard to come up with good display suggestions. However, if all you need to do is give a Windows handle to the DLL, then I might be able to help.
For any CVI panel, you can obtain the underlying Windows handle by obtaining the value of the ATTR_SYSTEM_WINDOW_HANDLE panel attribute (with GetPanelAttribute). The main thing to keep in mind is that, not knowing what the camera will do with this window, you should not expect any other CVI controls that you create on this panel to work. The best thing to do might be to simply create an empty panel, separate from any other CVI-specific UI that you might be using.
Luis
NI