Jose's Read Only Forum 2023

IT-Consultant: José Roca (PBWIN 10+/PBCC 6+) (Archive only) => Windows API Headers => Topic started by: Pierre Bellisle on January 09, 2017, 08:33:20 PM

Title: capDriverConnect
Post by: Pierre Bellisle on January 09, 2017, 08:33:20 PM
Hola José,

Vfw.inc 3.1.07

Pierre


FUNCTION capDriverConnect (BYVAL hwnd AS DWORD, BYVAL i AS LONG) AS LONG
   FUNCTION = SendMessage(hwnd, %WM_CAP_SET_USER_DATA, i, 0)
END FUNCTION



FUNCTION capDriverConnect (BYVAL hwnd AS DWORD, BYVAL i AS LONG) AS LONG
   FUNCTION = SendMessage(hwnd, %WM_CAP_DRIVER_CONNECT, i, 0)
END FUNCTION
Title: Re: capDriverConnect
Post by: José Roca on January 10, 2017, 12:02:41 AM
Thanks Pierre,

Must have copy/pasted the previous one and forgot to change the constant.