@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm @SystemRuntimeInteropServicesHandleRef=http://msdn2.microsoft.com/library/System.Runtime.InteropServices.HandleRef.aspx @SystemGCKeepAlive=http://msdn2.microsoft.com/library/System.GC.KeepAlive.aspx Summary: Opens the specified key. !!!!C# Signature: [DllImport("coredll.dll")] public static extern int RegOpenKeyEx( UIntPtr hKey, string lpSubKey, uint ulOptions, int samDesired, out IntPtr phkResult); !!!!User-Defined Types: None. !!!!Notes: The .NET Compact Framework does not contain a HandleRef@SystemRuntimeInteropServicesHandleRef type, so it may be necessary to call GC.KeepAlive@SystemGCKeepAlive after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. !!!!Tips & Tricks: None. !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: RegOpenKeyEx@msdn on MSDN
Edit coredll.RegOpenKeyEx
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.