K
Ken K
I have declared some externally defined methods. One of them takes a
pointer to function as a parameter. I created a delegate type
matching the signature of the function expected, then used that
delegate type in the DECLARE statement. In some instances the method
expects a null pointer to be in the calling sequence. How does one do
that in VB.NET?
Ken
pointer to function as a parameter. I created a delegate type
matching the signature of the function expected, then used that
delegate type in the DECLARE statement. In some instances the method
expects a null pointer to be in the calling sequence. How does one do
that in VB.NET?
Ken