CommConfigDialogA (KERNEL32.@)
BOOL CommConfigDialogA ( LPCSTR lpszDevice, HWND hWnd, LPCOMMCONFIG lpCommConfig )
lpszDevice | [In] | name of communications device. |
hWnd | [In] | parent window for the dialog. |
lpCommConfig | [Out] | pointer to struct to fill. |
Raises a dialog that allows the user to configure a comm port. Fills the COMMCONFIG struct with information specified by the user. This function should call a similar routine in the COMM driver...
TRUE on success, FALSE on failure If successful, the lpCommConfig structure will contain a new configuration for the comm port, as specified by the user.
The library with the CommConfigDialog code is never unloaded. Perhaps this should be done when the comm port is closed?
Declared in "include/winbase.h". gitlab.winehq.org/wine/wine/blob/master/include/winbase.h
Implemented in "dlls/kernel32/comm.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.