WinHttpFreeProxyResult 함수(winhttp.h)
WinHttpGetProxyResult에 대한 이전 호출에서 검색된 데이터를 해제합니다.
구문
WINHTTPAPI VOID WinHttpFreeProxyResult(
[in, out] WINHTTP_PROXY_RESULT *pProxyResult
);
매개 변수
[in, out] pProxyResult
WinHttpGetProxyResult에 대한 이전 호출에서 검색된 WINHTTP_PROXY_RESULT 구조체에 대한 포인터입니다.
반환 값
이 함수는 값을 반환하지 않습니다.
설명
완료되면 pProxyResult 의 모든 내부 멤버가 0이 되고 해당 멤버에 할당된 메모리가 해제됩니다. pProxyResult가 할당된 포인터인 경우 호출자는 포인터를 해제해야 합니다.
요구 사항
지원되는 최소 클라이언트 | Windows 8 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2012 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | winhttp.h |
라이브러리 | Winhttp.lib |
DLL | Winhttp.dll |