Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 230 of file settings.c.
{ PDEVICE_EXTENSION DeviceInfo = Context; if (ValueType == REG_DWORD) { if (! _wcsicmp(ValueName, REGISTRY_PORT)) { DeviceInfo->Port = *(PULONG) ValueData; DPRINT("Registry port = 0x%x\n", DeviceInfo->Port); } // More to come... (config.c) } else { // ? } return STATUS_SUCCESS; }