WSANAMESPACE_INFO

The WSANAMESPACE_INFO structure contains all of the registration information for a name space provider.

typedef struct _WSANAMESPACE_INFOW {
    GUID                NSProviderId;
    DWORD               dwNameSpace;
    BOOL                fActive;
    DWORD               dwVersion;
    LPWSTR              lpszIdentifier;
} WSANAMESPACE_INFOW, *PWSANAMESPACE_INFOW, *LPWSANAMESPACE_INFOW;
 

Members

NSProviderId
The unique identifier for this name space provider.
dwNameSpace
Specifies the 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.