you still use RegQueryValueEx.
LONG WINAPI RegQueryValueEx( HKEY hKey, LPCTSTR lpValueName,
LPDWORD lpReserved,
LPDWORD lpType, // will be set to the type of data
// (eg. REG_BINARY if value was binary)
LPBYTE lpData, LPDWORD lpcbData );
see
http://msdn2.microsoft.com/en-us/library/ms724884.aspx for the registry value types.
Last edited by vijayan121; Nov 25th, 2007 at 6:33 am.
Reputation Points: 1159
Solved Threads: 285
Posting Virtuoso
Offline 1,606 posts
since Dec 2006