ADDCONNECT_DLGPARAMS
This structure defines the parameters for a dialog box that enables a user to connect to a network.
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
OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.