Creating a Capture Window
The following example creates a capture window by using the capCreateCaptureWindow function.
hWndC = capCreateCaptureWindow (
TEXT("My Capture Window"), // window name if pop-up
WS_CHILD | WS_VISIBLE, // window style
0, 0, 160, 120, // window position and dimensions
(HWND) hwndParent,
(int) nID /* child ID */);
Related topics