次の方法で共有


WinHttpFreeQueryConnectionGroupResult 関数 (winhttp.h)

WinHttpQueryConnectionGroup の以前の呼び出しによって割り当てられたメモリを解放します。

構文

WINHTTPAPI VOID WinHttpFreeQueryConnectionGroupResult(
  WINHTTP_QUERY_CONNECTION_GROUP_RESULT *pResult
);

パラメーター

pResult

型: _Inout_ WINHTTP_QUERY_CONNECTION_GROUP_RESULT*

解放する WINHTTP_QUERY_CONNECTION_GROUP_RESULT オブジェクトへのポインター。

要件

   
サポートされている最小のクライアント Windows ビルド 22000
サポートされている最小のサーバー Windows ビルド 22000
対象プラットフォーム Windows
ヘッダー winhttp.h
Library Winhttp.lib
[DLL] Winhttp.dll

関連項目