ReactOS 0.4.15-dev-7834-g00c4b3d
_WNetProvider Struct Reference
Collaboration diagram for _WNetProvider:

Public Attributes

HMODULE hLib
 
PWSTR name
 
PF_NPGetCaps getCaps
 
DWORD dwSpecVersion
 
DWORD dwNetType
 
DWORD dwEnumScopes
 
PF_NPOpenEnum openEnum
 
PF_NPEnumResource enumResource
 
PF_NPCloseEnum closeEnum
 
PF_NPGetResourceInformation getResourceInformation
 
PF_NPAddConnection addConnection
 
PF_NPAddConnection3 addConnection3
 
PF_NPCancelConnection cancelConnection
 

Detailed Description

Definition at line 50 of file wnet.c.

Member Data Documentation

◆ addConnection

PF_NPAddConnection _WNetProvider::addConnection

Definition at line 62 of file wnet.c.

Referenced by _tryLoadProvider(), and wnet_use_provider().

◆ addConnection3

PF_NPAddConnection3 _WNetProvider::addConnection3

Definition at line 63 of file wnet.c.

Referenced by _tryLoadProvider(), and wnet_use_provider().

◆ cancelConnection

PF_NPCancelConnection _WNetProvider::cancelConnection

Definition at line 64 of file wnet.c.

Referenced by _tryLoadProvider(), and WNetCancelConnection2W().

◆ closeEnum

PF_NPCloseEnum _WNetProvider::closeEnum

Definition at line 60 of file wnet.c.

Referenced by _globalEnumeratorAdvance(), _tryLoadProvider(), and WNetCloseEnum().

◆ dwEnumScopes

DWORD _WNetProvider::dwEnumScopes

◆ dwNetType

DWORD _WNetProvider::dwNetType

◆ dwSpecVersion

DWORD _WNetProvider::dwSpecVersion

Definition at line 55 of file wnet.c.

Referenced by _tryLoadProvider(), and WNetGetNetworkInformationW().

◆ enumResource

PF_NPEnumResource _WNetProvider::enumResource

Definition at line 59 of file wnet.c.

Referenced by _enumerateConnectedW(), _enumerateProviderW(), and _tryLoadProvider().

◆ getCaps

◆ getResourceInformation

PF_NPGetResourceInformation _WNetProvider::getResourceInformation

Definition at line 61 of file wnet.c.

Referenced by _tryLoadProvider(), and WNetGetResourceInformationW().

◆ hLib

HMODULE _WNetProvider::hLib

Definition at line 52 of file wnet.c.

Referenced by _tryLoadProvider(), and wnetFree().

◆ name

◆ openEnum

PF_NPOpenEnum _WNetProvider::openEnum

Definition at line 58 of file wnet.c.

Referenced by _enumerateConnectedW(), _tryLoadProvider(), and WNetOpenEnumW().


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