Share via


ADDCONNECT_DLGPARAMS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure defines the parameters for a dialog box that enables a user to connect to a network.

Syntax

typedef struct ADDCONNECT_DLGPARAMS {
  WCHAR LocalName[RMLEN + 10];
  WCHAR RemoteName[RMLEN];
  BOOL bReadOnly;
} ADDCONNECT_DLGPARAMS, *PADDCONNECT_DLGPARAMS;

Members

  • LocalName
    Specifies the amount of space to create for a share on the local server.
  • RemoteName
    Specifies the name of the network resource.
  • bReadOnly
    Specifies whether the name of the remote resource should be read-only. If this value is set to TRUE, the name is read-only, and the user cannot modify the name displayed in the dialog box.

Requirements

Header netui.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

ConnectionDialog

Other Resources

Network User Interface Structures