キャプチャ ドライバーへの接続
次の例では、キャプチャ ウィンドウとハンドル hWndC を MSVIDEO ドライバーに接続し、 capDriverDisconnect マクロを使用して切断します。
fOK = SendMessage (hWndC, WM_CAP_DRIVER_CONNECT, 0, 0L);
//
// Or, use the macro to connect to the MSVIDEO driver:
// fOK = capDriverConnect(hWndC, 0);
//
// Place code to set up and capture video here.
//
capDriverDisconnect (hWndC);
関連トピック