I read the doc ( http://msdn2.microsoft.com/en-us/library/ms525099(VS.85).aspx ), but there's something I'm not clear on. When i call SetHeader(), does the lpszValue get copied as a pointer? or does the content of lpszValue get copied to a buffer that is maintained by IIS? In my filter, I allocate...