|
-
Jun 1st, 2006, 02:01 AM
#1
Thread Starter
Lively Member
[1.0/1.1] Registry-related codes in C#
hi all,
can someone help me to explain the following codes. i got no idea what it wanna do.
int hKey = 0;
byte[] uidByte = new byte[] {};
hKey = Registry.OpenKey(Registry.RootKey.HKEY_LOCAL_MACHINE, "PDALOCK");
uidByte = Registry.QueryValueBinary(hKey, "UID");
Registry.CloseKey(ref hKey);
longwar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|