VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get to know about your processor information. No DLLs require.

Lakmal Fonseka  (1 Submission)   Registry   VB 6.0   Unknown Difficulty   Thu 16th October 2003   Mon 8th February 2021

Get to know about your processor information. No DLLs require.

API Declarations


Private Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As Long) As Long
Private Declare Function RegQueryValueEx Lib "advapi32.dll" Alias "RegQueryValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal lpReserved As Long, lpType As Long, lpData As Any, lpcbData As Long) As Long
' Note that if you declare the lpData parameter as String, you must pass it By Value.
Private Const REG_SZ = 1 ' Unicode nul terminated string
Private Const HKEY_LOCAL_MACHINE = &H80000002
Private Const key_read = 131097

Rate Get to know about your processor information. No DLLs require. (1(1 Vote))
Get to know about your processor information. No DLLs require..bas

Get to know about your processor information. No DLLs require. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters