LineConfigEdit
Other versions of this page are also available for the following:
8/28/2008
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.
Syntax
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 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 |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
LineTranslateDialog (Network UI)
LINECONFIGDATA