Tuesday, June 12, 2007

Registry Key Creation using RegCreateKey

HKEY hKey;
LONG iSuccess = RegCreateKeyEx( HKEY_CURRENT_USER, L"SOFTWARE\\Raja", 0L,NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hKey,0);

No comments: