WSAQUERYSET (Structures)
Last changed: -192.31.21.182

.
Summary
The data returned from the Windows Socket API.

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)]
struct WSAQUERYSET
{    
    public Int32 dwSize =0;
    public String szServiceInstanceName = null;
    public IntPtr lpServiceClassId;
    public IntPtr lpVersion;
    public String lpszComment;
    public Int32 dwNameSpace;
    public IntPtr lpNSProviderId;
    public String lpszContext;
    public Int32 dwNumberOfProtocols;
    public IntPtr lpafpProtocols;
    public String lpszQueryString;
    public Int32 dwNumberOfCsAddrs;
    public IntPtr lpcsaBuffer;
    public Int32 dwOutputFlags;
    public IntPtr Blob;
}

VB Definition:

Structure WSAQUERYSET
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
WSAQUERYSET on MSDN