DNS_QUERY_COMPLETION_ROUTINE コールバック関数 (windns.h)
DNS_QUERY_COMPLETION_ROUTINE コールバックは、DNS クエリの結果を非同期的に返すために使用されます。
構文
DNS_QUERY_COMPLETION_ROUTINE DnsQueryCompletionRoutine;
void DnsQueryCompletionRoutine(
[in] PVOID pQueryContext,
[in, out] PDNS_QUERY_RESULT pQueryResults
)
{...}
パラメーター
[in] pQueryContext
ユーザー コンテキストへのポインター。
[in, out] pQueryResults
DnsQueryEx の呼び出しからの DNS クエリ結果を含むDNS_QUERY_RESULT構造体へのポインター。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | windns.h |