Microsoft Internet Security and Acceleration Server 2000 |
Points to the WriteClient function that sends raw data back to the client. The WriteClient callback function is called by a Web (ISAPI) filter to send data to the client.
Note For more information on the correct usage of WriteClient, see SF_REQ_SEND_RESPONSE_HEADER.
The WriteClient function is declared as:
BOOL WINAPI * WriteClient( PHTTP_FILTER_CONTEXT pfc, LPVOID buffer, LPDWORD lpdwBytes, DWORD dwReserved );