Posts
 
Reputation
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
~383 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for chanda gul

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 …

Member Avatar for chip_byrne
0
383

The End.