Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is my syntax wrong...?
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01175586
Message ID:
01175671
Views:
7
Ok, i tried a different approach to the actual DECLARE statement of the API function. I changed my general DECLARE statement to:
    <DllImport("dnsapi", EntryPoint:="DnsQuery_W", CharSet:=CharSet.Unicode, SetLastError:=True, ExactSpelling:=True)> _
    Private Shared Function DnsQuery(<MarshalAs(UnmanagedType.VBByRefStr)> _
        ByRef pszName As String, ByVal wType As QueryTypes, ByVal options As QueryOptions, ByVal aipServers As Integer, ByRef ppQueryResults As IntPtr, ByVal pReserved As Integer) As Integer
    End Function

    <DllImport("dnsapi", CharSet:=CharSet.Auto, SetLastError:=True)> _
        Private Shared Sub DnsRecordListFree(ByVal pRecordList As IntPtr, ByVal FreeType As Integer)
    End Sub
This seemed to do the trick. Now of course, I don't know why, because I thought DLLImport and Declare was the same thing in essence. Yet apparently, DLLImport worked whereas Declare did not.
________________________
Ben Santiago, MCP & A+
Programmer Analyst (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS)
Eastern Suffolk BOCES - Student Data Services


Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
-Rich Cook
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform