Searched refs:_test_reg_key (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 325 static void _test_reg_key( LPCSTR subKey1, LPCSTR subKey2, LPCSTR valName1, LPCSTR valName2, in _test_reg_key() function 462 _test_reg_key( subKey, NULL, valName, NULL, testValue, REG_SZ, FALSE ) 464 _test_reg_key( subKey, NULL, valName, NULL, testValue, REG_SZ, TRUE ) 466 _test_reg_key( subKey1, subKey2, valName, NULL, testValue, REG_SZ, FALSE ) 468 _test_reg_key( subKey1, subKey2, valName1, valName2, testValue, REG_SZ, FALSE ) 470 _test_reg_key( subKey1, subKey2, valName1, valName2, testValue, REG_SZ, TRUE ) 472 _test_reg_key( subKey, NULL, valName, NULL, testValue, REG_DWORD, FALSE )
|