ConnectionDialog
This function displays a dialog box that allows a user to connect to a network. This function is called by the network redirector when an application calls WNetConnectionDialog1.
BOOL ConnectionDialog(
HWND hParent,
PADDCONNECT_DLGPARAMS pDlgParams
);
Parameters
- hParent
Handle to the parent window to which the dialog box is to be attached. - pDlgParams
Pointer to dialog box parameters.
Return Values
TRUE indicates success. FALSE indicates either a failure or that the user has chosen Cancel on the dialog box.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
Link Library: Netui.lib.
See Also
DisconnectDialog | ADDCONNECT_DLGPARAMS
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.