The AddHeader callback function adds an HTTP header to the incoming request or outgoing response. This callback function is available only during notifications for the SF_NOTIFY_PREPROC_HEADERS and SF_NOTIFY_SEND_RESPONSE events.
BOOL WINAPI * AddHeader (
PHTTP_FILTER_CONTEXT pfc,
LPSTR lpszName,
LPSTR lpszValue
);