ReactOS 0.4.15-dev-7842-g558ab78
_NSQUERY Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _NSQUERY:

Public Attributes

DWORD Signature
 
LONG RefCount
 
BOOLEAN ShuttingDown
 
LIST_ENTRY ProviderList
 
PNSQUERY_PROVIDER ActiveProvider
 
CRITICAL_SECTION Lock
 
PNSQUERY_PROVIDER CurrentProvider
 
LPWSAQUERYSETW QuerySet
 
DWORD ControlFlags
 
PNSCATALOG Catalog
 
DWORD TryAgain
 

Detailed Description

Definition at line 145 of file ws2_32p.h.

Member Data Documentation

◆ ActiveProvider

PNSQUERY_PROVIDER _NSQUERY::ActiveProvider

Definition at line 151 of file ws2_32p.h.

◆ Catalog

PNSCATALOG _NSQUERY::Catalog

Definition at line 156 of file ws2_32p.h.

◆ ControlFlags

DWORD _NSQUERY::ControlFlags

Definition at line 155 of file ws2_32p.h.

◆ CurrentProvider

PNSQUERY_PROVIDER _NSQUERY::CurrentProvider

Definition at line 153 of file ws2_32p.h.

◆ Lock

CRITICAL_SECTION _NSQUERY::Lock

Definition at line 152 of file ws2_32p.h.

◆ ProviderList

LIST_ENTRY _NSQUERY::ProviderList

Definition at line 150 of file ws2_32p.h.

Referenced by WsNqAllocate().

◆ QuerySet

LPWSAQUERYSETW _NSQUERY::QuerySet

Definition at line 154 of file ws2_32p.h.

◆ RefCount

LONG _NSQUERY::RefCount

Definition at line 148 of file ws2_32p.h.

◆ ShuttingDown

BOOLEAN _NSQUERY::ShuttingDown

Definition at line 149 of file ws2_32p.h.

◆ Signature

DWORD _NSQUERY::Signature

Definition at line 147 of file ws2_32p.h.

Referenced by WsNqAllocate().

◆ TryAgain

DWORD _NSQUERY::TryAgain

Definition at line 157 of file ws2_32p.h.

Referenced by WsNqAllocate().


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