2013年4月4日
摘要: public class Utility { #region 32位程序读写64注册表 static UIntPtr HKEY_CLASSES_ROOT = (UIntPtr)0x80000000; static UIntPtr HKEY_CURRENT_USER = (UIntPtr)0x80000001; static UIntPtr HKEY_LOCAL_MACHINE = (UIntPtr)0x80000002; static UIntPtr HKEY_USERS = (UIntPtr)0x80000003; ... 阅读全文
posted @ 2013-04-04 02:20 lhx 阅读(1304) 评论(1) 推荐(0) 编辑