Searched refs:RegLoadKeyA (Results 1 – 4 of 4) sorted by relevance
244 LSTATUS WINAPI RegLoadKeyA(_In_ HKEY, _In_opt_ LPCSTR, _In_ LPCSTR);515 #define RegLoadKey RegLoadKeyA
512 @ stdcall RegLoadKeyA(long str str)
3032 RegLoadKeyA(HKEY hKey, in RegLoadKeyA() function
1588 ret = RegLoadKeyA(HKEY_LOCAL_MACHINE, "Test", "saved_key"); in test_reg_load_key()