ReactOS 0.4.15-dev-7958-gcd0bb1a
_NSCATALOG_ENTRY Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _NSCATALOG_ENTRY:

Public Attributes

LIST_ENTRY CatalogLink
 
LONG RefCount
 
PNS_PROVIDER Provider
 
LONG AddressFamily
 
DWORD NamespaceId
 
DWORD Version
 
LPWSTR ProviderName
 
BOOLEAN Enabled
 
BOOLEAN StoresServiceClassInfo
 
GUID ProviderId
 
WCHAR DllPath [MAX_PATH]
 

Detailed Description

Definition at line 121 of file ws2_32p.h.

Member Data Documentation

◆ AddressFamily

LONG _NSCATALOG_ENTRY::AddressFamily

Definition at line 126 of file ws2_32p.h.

Referenced by WsNcEntryAllocate().

◆ CatalogLink

LIST_ENTRY _NSCATALOG_ENTRY::CatalogLink

Definition at line 123 of file ws2_32p.h.

Referenced by WsNcRefreshFromRegistry(), and WsNcUpdateNamespaceList().

◆ DllPath

WCHAR _NSCATALOG_ENTRY::DllPath[MAX_PATH]

Definition at line 133 of file ws2_32p.h.

◆ Enabled

BOOLEAN _NSCATALOG_ENTRY::Enabled

Definition at line 130 of file ws2_32p.h.

Referenced by WsNcEntryAllocate().

◆ NamespaceId

DWORD _NSCATALOG_ENTRY::NamespaceId

Definition at line 127 of file ws2_32p.h.

◆ Provider

PNS_PROVIDER _NSCATALOG_ENTRY::Provider

Definition at line 125 of file ws2_32p.h.

Referenced by WsNqLookupServiceBegin().

◆ ProviderId

GUID _NSCATALOG_ENTRY::ProviderId

Definition at line 132 of file ws2_32p.h.

Referenced by WsNcUpdateNamespaceList().

◆ ProviderName

LPWSTR _NSCATALOG_ENTRY::ProviderName

Definition at line 129 of file ws2_32p.h.

◆ RefCount

LONG _NSCATALOG_ENTRY::RefCount

Definition at line 124 of file ws2_32p.h.

Referenced by WsNcEntryAllocate().

◆ StoresServiceClassInfo

BOOLEAN _NSCATALOG_ENTRY::StoresServiceClassInfo

Definition at line 131 of file ws2_32p.h.

◆ Version

DWORD _NSCATALOG_ENTRY::Version

Definition at line 128 of file ws2_32p.h.


The documentation for this struct was generated from the following file: