Share via


ADDCONNECT_DLGPARAMS (Compact 2013)

3/26/2014

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

See Also

Reference

Network User Interface Structures
ConnectionDialog