Share via


ConnectionDialog (Compact 2013)

3/26/2014

This function displays a dialog box that allows a user to connect to a network resource.

Syntax

BOOL ConnectionDialog(
  HWND hParent, 
  PADDCONNECT_DLGPARAMS pDlgParams
);

Parameters

  • hParent
    [in] Handle to the parent window to which the dialog box is to be attached.
  • pDlgParams
    [in] Pointer to dialog box parameters.

Return Value

TRUE indicates success. FALSE indicates either a failure or that the user has chosen Cancel on the dialog box.

Requirements

Header

netui.h

Library

Netui.lib

See Also

Reference

Network User Interface Functions
DisconnectDialog
ADDCONNECT_DLGPARAMS