WSANAMESPACE_INFO (Compact 2013)

3/26/2014

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

Syntax

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

Header

winsock2.h

See Also

Reference

Winsock Structures