I'm working on a DLL which input and output are an IPictureDisp interface. I need do some algorithm on it. The question is: how can I get the pixel values from this interface?


thanks