Home
last modified time | relevance | path

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

/reactos/dll/win32/ws2_32/src/
H A Denumprot.c115 Context->FoundPathLen = PathLen; in ProviderEnumerationProc()
359 Context.FoundPathLen = 0; in WSCGetProviderPath()
374 PathLen = Context.FoundPathLen; in WSCGetProviderPath()
380 if (Context.FoundPathLen <= *lpProviderDllPathLen) in WSCGetProviderPath()
382 PathLen = Context.FoundPathLen - 1; in WSCGetProviderPath()
/reactos/dll/win32/ws2_32/inc/
H A Dws2_32p.h240 DWORD FoundPathLen; member