guys, consider the following:
the pfnCallback has to be the address of an application defined callback function, how do I go about pushing this in, this is how far I got....Code:Public Type editstream dwCookie As Long dwError As Long pfnCallback As Long End Type
I know this is incorrect - I just need some pointers here (scuse the punCode:Dim iResult& eStream.dwCookie = 9 eStream.dwError = 0& eStream.pfnCallback = AddressOf EditStreamCallback)




)
Reply With Quote