NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Registry.CurrentConfig

The Windows Registry base key HKEY_CURRENT_CONFIG.

[Visual Basic]
Public Shared ReadOnly CurrentConfig As RegistryKey
[C#]
public static readonly RegistryKey CurrentConfig;
[C++]
public: static readonly RegistryKey* CurrentConfig;
[JScript]
public static var CurrentConfig : RegistryKey;

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace