Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dinstall.c1744 DWORD RosDirLength, ServiceLength, Win32Length; in FixupServiceBinaryPath() local
1748 ServiceLength = strlenW(*ServiceBinary); in FixupServiceBinaryPath()
1755 if (ServiceLength < RosDirLength) in FixupServiceBinaryPath()
1762 (ServiceLength - RosDirLength) * sizeof(WCHAR)); in FixupServiceBinaryPath()
1767 Win32Length = (ServiceLength - RosDirLength) * sizeof(WCHAR) in FixupServiceBinaryPath()