Function Reference


_WinAPI_ShellStartNetConnectionDlg

Displays a general browsing dialog box for a network resource connection

#include <WinAPIDlg.au3>
_WinAPI_ShellStartNetConnectionDlg ( [$sRemote = '' [, $iFlags = 0 [, $hParent = 0]]] )

Parameters

$sRemote [optional] The remote network name.
$iFlags [optional] The flags that identify the type of resource that the dialog is set to find.
This parameter can be one or more of the following values :
    $RESOURCETYPE_ANY = 0x00
    $RESOURCETYPE_DISK = 0x01
    $RESOURCETYPE_PRINT = 0x02
Those constants are defined in "WinNet.au3".
$hParent [optional] Handle of the parent window.

Return Value

None.

See Also

Search SHStartNetConnectionDialog in MSDN Library.