Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: help please
This seems to work. Changed int to uint [CODE] using System; using System.Runtime.InteropServices;//used for declaring api's using System.Text; using Microsoft.Win32.SafeHandles; namespace QueryRegKey { public class RegAPIWrapper { private static readonly IntPtr HKEY_CLASSES_ROOT = new IntPtr(-2147483648); private static readonly IntPtr HKEY_CURRENT_USER = new IntPtr(-2147483647); private static readonly IntPtr HKEY_LOCAL_MACHINE = new …
The End.
chip_byrne