Share via


WSANAMESPACE_INFO (Windows CE 5.0)

Send Feedback

This structure contains all registration information for a name space provider.

typedef struct _WSANAMESPACE_INFO {GUID NSProviderId;DWORD dwNameSpace;BOOL fActive;DWORD dwVersion;LPTSTR lpszIdentifier;} WSANAMESPACE_INFO, *PWSANAMESPACE_INFO;

Members

  • NSProviderId
    Unique identifier for this name space provider.
  • dwNameSpace
    Name space supported by this implementation of the provider.
  • fActive
    If TRUE, indicates that this provider is active. If FALSE, the provider is inactive and is not accessible for queries, even if the query specifically references this provider.
  • dwVersion
    Name space version identifier.
  • lpszIdentifier
    Display string for the provider.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.

See Also

Windows Sockets

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.