How do I get Blitz to pass a Long variable to a DLL.
fyi...if I'm even on the right track we'll be able to ping using icmp.dll :>
In Visual Basic I can "ByVal IcmpHandle As Long"
Hrmm with a bit more research...it LOOKS like
INT = 4 byte (ie. LONG INTEGER)
SHORT = 2 byte (ie. SHORT INTEGER)
Am I looking at that correctly?
fyi...if I'm even on the right track we'll be able to ping using icmp.dll :>
In Visual Basic I can "ByVal IcmpHandle As Long"
Hrmm with a bit more research...it LOOKS like
INT = 4 byte (ie. LONG INTEGER)
SHORT = 2 byte (ie. SHORT INTEGER)
Am I looking at that correctly?