LineConfigEdit (Windows CE 5.0)

Send Feedback

This function displays a dialog box that allows a user to edit the configurations of a specified modem line. This function is called when the Telephony API (TAPI) calls lineConfigDialogEdit on a Unimodem device.

BOOL LineConfigEdit(HWND hParent,PLINECONFIGDATA pLineConfigData);

Parameters

  • hParent
    [in] Handle to the parent window to which the dialog box is to be attached.
  • pLineConfigData
    [in] Pointer to the configuration data for the modem line.

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

Network User Interface Functions | LineTranslateDialog | LINECONFIGDATA

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.