paint_video_wndinterface
- Definition:
void_stdcall paint_video_wnd(void* client, HWND hwnd);
- Parameter:
client:[in],The client object which is form new_client
hwnd:[in], The window's handle which is showing the video
- Return:
void
- Explain:
If user want to show the last frame on the window who call add_video_wnd and set the "auto_paint" FALSE, can call this interface.(usually, it's called in OnPaint function)