reg_get_val2 124 ext/win32ole/win32ole.h VALUE reg_get_val2(HKEY hkey, const char *subkey); reg_get_val2 174 ext/win32ole/win32ole_type.c if ((v = reg_get_val2(hclsid, "ProgID")) != Qnil) reg_get_val2 176 ext/win32ole/win32ole_type.c if ((v = reg_get_val2(hclsid, "VersionIndependentProgID")) != Qnil) reg_get_val2 44 ext/win32ole/win32ole_typelib.c path = reg_get_val2(hkey, "win64"); reg_get_val2 48 ext/win32ole/win32ole_typelib.c path = reg_get_val2(hkey, "win32"); reg_get_val2 52 ext/win32ole/win32ole_typelib.c path = reg_get_val2(hkey, "win16"); reg_get_val2 174 ext/win32ole/win32ole_typelib.c if ( (name = reg_get_val2(hguid, StringValuePtr(version))) != Qnil ) { reg_get_val2 769 ext/win32ole/win32ole_typelib.c typelib = reg_get_val2(hclsid, "InprocServer32");