Hello, I am a newbee on WinCE and on ISAPI. I have managed to create an ISAPI dll that dynamically generated html pages and sends them to the client.
When I put an <img> tag in my html, I notice that an additional call to HttpExtensionProc is made with the image (file)name in the lpszPathInfo member of the EXTENSION_CONTROL_BLOCK struct.
My problem is, that I can't find out how to send the image data. My attempts until now fail.
An excerpt of my code (taken from my HttpExtensionProc implementation):
Bookmarks