Share via


Erstellen eines Erfassungsfensters

Im folgenden Beispiel wird mithilfe der Funktion capCreateCaptureWindow ein Erfassungsfenster erstellt.

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 */); 

Verwenden der Videoaufnahme