function lineConfigDialogEdit TAPlpas
Syntax function lineConfigDialogEdit(dwDeviceID: DWORD; hwndOwner: HWND; lpszDeviceClass: LPCSTR; IpDeviceConfigIn: Pointer; dwSize: DWORD; IpDeviceConfigOut: PVarString): Longint; stdcall;
Description
This function causes the provider of the specified line device to display a dialog box (attached to hwndOwner of the application) that allows the user to configure parameters related to the line device.
Parameters dwDeviceID: A DWORD holding the line device to be configured
Post a comment