Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure specifies data to be transmitted before and after file data during a file transfer operation.
Syntax
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 Headthat 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 Tailmember that are to be transmitted.
Requirements
Header | winsock2.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |