Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <WinNet.au3>.
User Defined Function | Description |
---|---|
_WinNet_AddConnection | Connects a local device to a network resource |
_WinNet_AddConnection2 | Connects a local device to a network resource |
_WinNet_AddConnection3 | Connects a local device to a network resource |
_WinNet_CancelConnection | Cancels an existing network connection |
_WinNet_CancelConnection2 | Cancels an existing network connection |
_WinNet_CloseEnum | Ends a network resource enumeration started by a call to _WinNet_OpenEnum() |
_WinNet_ConnectionDialog | Starts a general browsing dialog box for connecting to network resources |
_WinNet_ConnectionDialog1 | Starts a general browsing dialog box for connecting to network resources |
_WinNet_DisconnectDialog | Starts a general browsing dialog box for disconnecting from network resources |
_WinNet_DisconnectDialog1 | Starts a general browsing dialog box for disconnecting from network resources |
_WinNet_EnumResource | Continues an enumeration of network resources |
_WinNet_GetConnection | Retrieves the name of the network resource associated with a local device |
_WinNet_GetConnectionPerformance | Returns information about the performance of a network connection resource |
_WinNet_GetLastError | Retrieves the most recent extended error |
_WinNet_GetNetworkInformation | Returns extended information about a specific network provider |
_WinNet_GetProviderName | Obtains the provider name for a specific type of network |
_WinNet_GetResourceInformation | Identifies the network provider that owns the resource |
_WinNet_GetResourceParent | Returns the parent of a network resource in the network browse hierarchy |
_WinNet_GetUniversalName | Converts drived based path to universal form |
_WinNet_GetUser | Retrieves the default user name, or the user name used to establish a connection |
_WinNet_OpenEnum | Starts an enumeration of network resources or existing connections |
_WinNet_RestoreConnection | Restores the connection to a network resource |
_WinNet_UseConnection | Connects a local device to a network resource |