Home
last modified time | relevance | path

Searched refs:EnumeratorNameEnd (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpmgr.c1391 PWCHAR ValueName = NULL, EnumeratorNameEnd, DeviceInstanceName; in IoGetDeviceProperty() local
1447 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()