https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4e03eaeb0276a491c3f37…
commit 4e03eaeb0276a491c3f375cafee1570d464a037e
Author: Vitaly Orekhov <crce2000(a)mail.ru>
AuthorDate: Sat Aug 17 12:25:19 2024 +0300
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Aug 17 11:25:19 2024 +0200
[PSDK] Add 'Network Connections' CLSID (#7249)
This will be used soon by the WLAN WIZARD
dll/shellext/wlanwiz
---
sdk/include/psdk/shlguid.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/include/psdk/shlguid.h b/sdk/include/psdk/shlguid.h
index adada9427cd..7c4bd672a99 100644
--- a/sdk/include/psdk/shlguid.h
+++ b/sdk/include/psdk/shlguid.h
@@ -142,6 +142,7 @@ DEFINE_GUID(IID_IShellIconOverlayIdentifier, 0x0c6c4200L, 0xc589,
0x11d0, 0x99,
/****************************************************************************
* the next IID's are the namespace elements of the pidls
*/
+DEFINE_GUID(CLSID_NetworkConnections, 0x7007ACC7, 0x3202, 0x11D1, 0xAA, 0xD2, 0x00, 0x80,
0x5F, 0xC1, 0x27, 0x0E);
DEFINE_GUID(CLSID_NetworkPlaces, 0x208D2C60, 0x3AEA, 0x1069, 0xA2, 0xD7, 0x08, 0x00,
0x2B, 0x30, 0x30, 0x9D);
DEFINE_GUID(CLSID_NetworkDomain, 0x46e06680, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0,
0xc9, 0x0d, 0xc8, 0x49);
DEFINE_GUID(CLSID_NetworkServer, 0xc0542a90, 0x4bf0, 0x11d1, 0x83, 0xee, 0x00, 0xa0,
0xc9, 0x0d, 0xc8, 0x49);