MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / apply_delete

Function apply_delete

actions.c:1285–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283}
1284
1285void apply_delete(const char *target)
1286{
1287 addLine(target, "\r\n[VM.DelRegEx]\r\n");
1288
1289 const char *line = NULL;
1290 int index = 0;
1291 for(; (line = iniLine("[delete]", index)) != NULL; index++)
1292 {
1293 if(line[0] == 'H' && line[1] == 'K')
1294 {
1295 registryDeleteKeyInf(line, target);
1296 }
1297 }
1298}
1299
1300BOOL apply_reg_fixes(HWND hwnd)
1301{

Callers 1

apply_reg_fixesFunction · 0.85

Calls 3

addLineFunction · 0.85
iniLineFunction · 0.85
registryDeleteKeyInfFunction · 0.85

Tested by

no test coverage detected