ap_bpushh — set a Win32 handle for a stream
void ap_bpushh(BUFF *fb, HANDLE hFH)
Sets a Win32 file handle for both input and output. The handle will
be written with WriteFile()
and read with
ReadFile()
. Note that this function should not be
used for a socket, even though a socket is a Win32 handle.
ap_bpushfd()
should be used for sockets.