WSANAMESPACE_INFO
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |