Searched refs:lpszConnectionName (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | internet.c | 1198 BOOL WINAPI InternetGetConnectedStateExW(LPDWORD lpdwStatus, LPWSTR lpszConnectionName, in InternetGetConnectedStateExW() argument 1201 TRACE("(%p, %p, %d, 0x%08x)\n", lpdwStatus, lpszConnectionName, dwNameLen, dwReserved); in InternetGetConnectedStateExW() 1214 if(lpszConnectionName && dwNameLen) { in InternetGetConnectedStateExW() 1215 *lpszConnectionName = '\0'; in InternetGetConnectedStateExW() 1216 LoadStringW(WININET_hModule, IDS_LANCONNECTION, lpszConnectionName, dwNameLen); in InternetGetConnectedStateExW() 1226 BOOL WINAPI InternetGetConnectedStateExA(LPDWORD lpdwStatus, LPSTR lpszConnectionName, in InternetGetConnectedStateExA() argument 1232 TRACE("(%p, %p, %d, 0x%08x)\n", lpdwStatus, lpszConnectionName, dwNameLen, dwReserved); in InternetGetConnectedStateExA() 1234 if (lpszConnectionName && dwNameLen > 0) in InternetGetConnectedStateExA() 1240 WideCharToMultiByte(CP_ACP,0,lpwszConnectionName,-1,lpszConnectionName, in InternetGetConnectedStateExA()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 2565 _Out_writes_opt_(cchNameLen) LPSTR lpszConnectionName, 2572 _Out_writes_opt_(cchNameLen) LPWSTR lpszConnectionName,
|