Searched defs:dwBufLen (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c764 DWORD dwBufLen = MAX_PATH; local
792 dwBufLen = MAX_PATH;
794 &dwKeyType, (LPBYTE)szImagePath, &dwBufLen);
799 && dwBufLen)
814 dwBufLen = MAX_PATH;
816 &dwKeyType, (LPBYTE)szBuf, &dwBufLen)
820 dwBufLen = MAX_PATH;
822 &dwKeyType, (LPBYTE)szBuf, &dwBufLen)

Completed in 524 milliseconds