资 源 简 介
Dim lpszName As String * 100
Dim lpszVer As String * 100
Dim Caps As CAPDRIVERCAPS
"//Create Capture Window
capGetDriverDescriptionA 0, lpszName, 100, lpszVer, 100 "// Retrieves driver info
lwndC = capCreateCaptureWindowA(lpszName, WS_CAPTION Or WS_THICKFRAME Or WS_VISIBLE Or WS_CHILD, 0, 0, 160, 120, Me.hWnd, 0)
"// Set title of window to name of driver
SetWindowText lw