mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:12:58 +00:00
[msports] Notify the system of changes to the serial port settings.
This commit is contained in:
parent
8f939e057c
commit
f155de483f
1 changed files with 6 additions and 0 deletions
|
@ -323,6 +323,12 @@ WritePortSettings(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Notify the system */
|
||||||
|
PostMessageW(HWND_BROADCAST,
|
||||||
|
WM_WININICHANGE,
|
||||||
|
0,
|
||||||
|
(LPARAM)pPortData->szPortName);
|
||||||
|
|
||||||
TRACE("Done!\n");
|
TRACE("Done!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue