ITLogLibGetRegistrySettingCurrentUser

 

const char* ITLogLibGetRegistrySettingCurrentUser (const char* pKeyName, const char* pValueName);

 

Purpose:

§      helper function to get a Windows registry data from HKEY_CURRENT_USER

 

Parameters:

§      pKeyName (Input): Registry key (may include subkeys, separated by ‘\’ )

§      pValueName (Input): Registry value

 

Return value:

§      data if found in the registry

§      empty string otherwise

 

Note:

§      Copy the result to your own string buffer -- it may change on next call to this function

§      This function is not thread safe !

 

See also:

§      ITLogLibGetRegistrySettingLocalMachine