Lines Matching defs:childID
249 DEVINST devID = 0, childID = 0;
304 status = CM_Get_Child(&childID, devID, 0);
313 CM_Get_Device_IDW(childID, buffer, MAX_DEVICE_ID_LEN, 0);
316 "windows_get_device_registry_files: Opening child device %d - %ls", childID, buffer);
318 status = CM_Get_DevNode_Registry_PropertyW(childID, CM_DRP_CLASSGUID, NULL, &childGuid, &childGuidSize, 0);
321 "windows_get_device_registry_files: unable to obtain GUID for:%d error:%d", childID, status);
329 "windows_get_device_registry_files: GUID for %d is not SoftwareComponent skipping", childID);
333 if (windows_get_device_registry_entry(inst, reg_data, reg_data_size, childID, value_name, &result)) {
338 } while (CM_Get_Sibling(&childID, childID, 0) == CR_SUCCESS);