|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winsock.h
| Unicode
| No
| Platform Notes
| None
|
|
|
TRANSMIT_FILE_BUFFERS
The
TRANSMIT_FILE_BUFFERS structure specifies data to be transmitted before and after file data during
a
TransmitFile function 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
Specifies the number of bytes of data in the buffer pointed to by the
Head member that are to be transmitted.
Tail
Pointer to a buffer that contains data to be transmitted after the file data
is transmitted.
TailLength
Specifies the number of bytes of data in the buffer pointed to by the
Tail member that are to be transmitted.
See Also
TransmitFile
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples