I want to read the registry of usb
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
in this
Name Type Data
start REG_DWORD 0x00000003(3)
when double click it gives value in Hex 3
How to read this value 3 or data 0x00000003(3)
How to create this code in c language??? How to do it guys
If any sample code to read registry plz give me??