共用方式為


WINHTTP_PROXY_CHANGE_CALLBACK回呼函式 (winHTTP.h)

表示應用程式定義的 Proxy 變更回呼函式。

語法

WINHTTP_PROXY_CHANGE_CALLBACK WinhttpProxyChangeCallback;

void WinhttpProxyChangeCallback(
  ULONGLONG ullFlags,
  PVOID pvContext
)
{...}

參數

ullFlags

類型:_In_ ULONGLONG

傳遞至 WinHttpRegisterProxyChangeNotification 函式的旗標 (例如 ,WINHTTP_PROXY_NOTIFY_CHANGE) 。

pvContext

類型:_In_ PVOID

傳遞至 WinHttpRegisterProxyChangeNotification 函式的內容物件指標。

傳回值

規格需求

需求
標頭 winhttp.h