Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dmisc.c1046 DWORD dwAppendSize; in pSetupConcatenatePaths() local
1059 dwAppendSize = lstrlenW(lpAppend); in pSetupConcatenatePaths()
1065 dwAppendSize--; in pSetupConcatenatePaths()
1068 dwTotalSize = dwPathSize + dwAppendSize + 2; in pSetupConcatenatePaths()
1082 if (dwPathSize + dwAppendSize < dwBufferSize) in pSetupConcatenatePaths()
1086 dwAppendSize); in pSetupConcatenatePaths()