Searched refs:EnumeratorNameEnd (Results 1 – 1 of 1) sorted by relevance
1391 PWCHAR ValueName = NULL, EnumeratorNameEnd, DeviceInstanceName; in IoGetDeviceProperty() local1447 EnumeratorNameEnd = wcschr(DeviceInstanceName, OBJ_NAME_PATH_SEPARATOR); in IoGetDeviceProperty()1448 ASSERT(EnumeratorNameEnd); in IoGetDeviceProperty()1454 PIP_RETURN_DATA((ULONG)(EnumeratorNameEnd - DeviceInstanceName) * sizeof(WCHAR), in IoGetDeviceProperty()