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.CurrentUser

The Windows Registry base key HKEY_CURRENT_USER.

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

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace