Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure specifies data to be transmitted before and after file data during a file transfer operation.
typedef struct _TRANSMIT_FILE_BUFFERS { PVOID Head; DWORD HeadLength; PVOID Tail; DWORD TailLength; } TRANSMIT_FILE_BUFFERS;
Members
- Head
Pointer to a buffer that contains data to be transmitted before the file data is transmitted. - HeadLength
Number of bytes in the buffer pointed to by Head that are to be transmitted. - Tail
Pointer to a buffer that contains data to be transmitted after the file data is transmitted. - TailLength
Number of bytes of data in the buffer pointed to by the Tail member that are to be transmitted. 
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.
See Also
Send Feedback on this topic to the authors