G
Guest
Can anyone help me with this one...
I am doing an API call and need to convert a function address to a IntPtr for a callback...
e.g.
RasDial(X,X,X,Pointer to Callback Function,X)
'Pointer to CallBack Function' needs to be of type IntPtr and the actual function to handle the callback is
RasCallBackFunction (byval X as X, byval X as X, byval X as X)
Thanks .. Ken
I am doing an API call and need to convert a function address to a IntPtr for a callback...
e.g.
RasDial(X,X,X,Pointer to Callback Function,X)
'Pointer to CallBack Function' needs to be of type IntPtr and the actual function to handle the callback is
RasCallBackFunction (byval X as X, byval X as X, byval X as X)
Thanks .. Ken