Re: How to implement a callback function

2005-04-17 Thread Rolf Kalbermatter
Eric Pouech [EMAIL PROTECTED] wrote: >luis lenders a écrit : >> So how could i pass the data in lpVideoHdr to the application? Any >> help appreciated as i'm still quite a beginner in this :) >it seems that you open somehow a capture session. >Within this session, you can set a user defined ca

RE: How to implement a callback function

2005-04-17 Thread Rolf Kalbermatter
luis lenders wrote: As to the title, avicap32 won't implement the callback function, but your application will do that. avicap32 only will call it. >Hi , i would like to implement this function: >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multim ed/htm/_win32_cappreview.asp

Re: How to implement a callback function

2005-04-17 Thread Eric Pouech
luis lenders a écrit : Hi , i would like to implement this function: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_cappreview.asp Here fpProc is a pointer to the preview callback function Applications use this to get access to the videodata. Right now i alread