Searched defs:regQueryValue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | registry.d | 516 private void regQueryValue(in HKEY hkey, string name, out string value, REG_VALUE_TYPE reqType) in regQueryValue() function 587 private void regQueryValue(in HKEY hkey, in string name, out string[] value, REG_VALUE_TYPE reqType) in regQueryValue() function 629 private void regQueryValue(in HKEY hkey, in string name, out uint value, REG_VALUE_TYPE reqType) in regQueryValue() function 667 private void regQueryValue(in HKEY hkey, in string name, out ulong value, REG_VALUE_TYPE reqType) in regQueryValue() function 692 private void regQueryValue(in HKEY hkey, in string name, out byte[] value, REG_VALUE_TYPE reqType) in regQueryValue() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
H A D | registry.d | 516 private void regQueryValue(in HKEY hkey, string name, out string value, REG_VALUE_TYPE reqType) in regQueryValue() function 587 private void regQueryValue(in HKEY hkey, in string name, out string[] value, REG_VALUE_TYPE reqType) in regQueryValue() function 629 private void regQueryValue(in HKEY hkey, in string name, out uint value, REG_VALUE_TYPE reqType) in regQueryValue() function 667 private void regQueryValue(in HKEY hkey, in string name, out ulong value, REG_VALUE_TYPE reqType) in regQueryValue() function 692 private void regQueryValue(in HKEY hkey, in string name, out byte[] value, REG_VALUE_TYPE reqType) in regQueryValue() function
|