ADDCONNECT_DLGPARAMS (Windows CE 5.0)
This structure defines the parameters for a dialog box that enables a user to connect to a network.
typedef struct ADDCONNECT_DLGPARAMS {WCHARLocalName[RMLEN + 10];WCHARRemoteName[RMLEN];BOOLbReadOnly;} 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
OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
See Also
Network User Interface Structures | ConnectionDialog
Send Feedback on this topic to the authors