HTTP_FILTER_RAW_DATA

typedef struct _HTTP_FILTER_RAW_DATA

    PVOID pvInData;

    DWORD cbInData;

    DWORD cbInBuffer;

    DWORD dwReserved;

} HTTP_FILTER_RAW_DATA, *PHTTP_FILTER_RAW_DATA;

 

Members

pvInData

[in] A pointer to the data buffer (input or output).

cbInData

[in] The amount of data in the buffer pointed to by pvInData.

cbInBuffer

[in] The size of the buffer pointed to by pvInData.

dwReserved

[in] Reserved for future use.

 

Remarks

This structure is passed to the SF_NOTIFY_READ_RAW_DATA and SF_NOTIFY_SEND_RAW_DATA notification routines.

See Also

HttpFilterProc