Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
result = RegCreateKeyEx(HKEY_LOCAL_MACHINE, "Software\\PROGRESSOR", 0, "REG_DWORD",
REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &keyval, &result2);
]
unsigned char raw[8];
memcpy( raw, connStr.something(), 8 );
RegSetValueEx(keyvalue, "ConnStr", 0, REG_DWORD, raw, 8);