[REACTOS] Replace all references of CLSID_ConnectionFolder to CLSID_NetworkConnections (#7503)

Use name from public Windows SDK for 'Network Connections' CLSID, available since Windows SDK 6.0A (Visual Studio 2008 or higher).
Replace all such instances in netshell, shell32, apitests/com.

- Partially reverts/refactors commit bea0b47
- Follow-up to PR #7266
This commit is contained in:
Vitaly Orekhov 2024-12-02 22:27:19 +03:00 committed by GitHub
parent e62c917ddf
commit 76014b92a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
L"Both"
},
{
ID_NAME(CLSID_ConnectionFolder),
ID_NAME(CLSID_NetworkConnections),
{
{ 0x0, &IID_IPersistFolder2 },
{ 0x0, &IID_IPersistFolder },