- Activate INetConnection::GetProperties code
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 29 Aug 2008 14:18:55 +0000 (14:18 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Fri, 29 Aug 2008 14:18:55 +0000 (14:18 +0000)
commit7f5edc03e3e358b3441fcf763514d4971d27b537
tree52f34fe72e6a35aa127e0fcdd72d5e11c1eb8508
parent86fffd0e4a5ead7111cf93df57f283bb180150e4
- Activate INetConnection::GetProperties code
- Import from ncpa properties and status dialog
- Implement INetConnectionProperty interface
- Fix a bug & handle leak in registering code
- Implement NcFreeNetconProperties
- Make resources of netshell to be similar of Windows XP to allow netshell to be loaded
- Add NCF constants from ncpa
- Implement enumerating control/protocol and devices - items dont appear for some unknown reason
- Load property dialog in the same way like Windows (using INetConnectionProperty) interface

svn path=/trunk/; revision=35760
12 files changed:
reactos/dll/win32/netshell/classfactory.c
reactos/dll/win32/netshell/connectmanager.c
reactos/dll/win32/netshell/lanconnectui.c [new file with mode: 0644]
reactos/dll/win32/netshell/lang/de-DE.rc
reactos/dll/win32/netshell/lang/en-US.rc
reactos/dll/win32/netshell/netshell.c
reactos/dll/win32/netshell/netshell.rbuild
reactos/dll/win32/netshell/netshell.rc
reactos/dll/win32/netshell/netshell.spec
reactos/dll/win32/netshell/precomp.h
reactos/dll/win32/netshell/resource.h
reactos/dll/win32/netshell/shfldr_netconnect.c