mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NETSHELL] CNetConnectionPropertyUi: Add a comment about how windows write the settings
This commit is contained in:
parent
0654d60eef
commit
f722ddac96
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ CNetConnectionPropertyUi::LANPropertiesUIDlg(
|
|||
else
|
||||
dwNotifyDisconnect = 0;
|
||||
|
||||
//NOTE: Windows write these setting with the undocumented INetLanConnection::SetInfo
|
||||
if (StringFromCLSID((CLSID)This->m_pProperties->guidId, &pStr) == ERROR_SUCCESS)
|
||||
{
|
||||
swprintf(szKey, L"SYSTEM\\CurrentControlSet\\Control\\Network\\{4D36E972-E325-11CE-BFC1-08002BE10318}\\%s\\Connection", pStr);
|
||||
|
|
Loading…
Reference in a new issue