Module win32wnet

A module that exposes the Windows Networking API.

Methods

NETRESOURCE
The PyNETRESOURCE type - can be used to create a new PyNETRESOURCE object. 

NCB
The PyNCB type - can be used to create a new PyNCB object. 

NCBBuffer
Creates a new buffer 

Netbios
Executes a Netbios call. 

WNetAddConnection2
Creates a connection to a network resource. 

WNetAddConnection3
Creates a connection to a network resource. 

WNetCancelConnection2
Closes network connections made by WNetAddConnection2 or 3 

WNetOpenEnum
Opens an Enumeration Handle for Enumerating Resources with win32wnet::WNetEnumResource 

WNetCloseEnum
Closes a PyHANDLE that represents an Open Enumeration (from win32wnet::WNetOpenEnum

WNetEnumResource
Enumerates a list of resources 

WNetGetUser
Retrieves the current default user name, or the user name used to establish a network connection. 

WNetGetUniversalName
Takes a drive-based path for a network resource and returns an information structure that contains a more universal form of the name. 

WNetGetResourceInformation
Finds the type and provider of a network resource 

WNetGetLastError
Retrieves extended error information set by a network provider when one of the WNet* functions fails 

WNetGetResourceParent
Finds the parent resource of a network resource 

WNetGetConnection
Retrieves the name of the network resource associated with a local device.