TRANSPORTCLIENT_SESSION_INFO structure (wdstci.h)
This structure is used by the PFN_WdsTransportClientSessionStartEx callback function.
Syntax
typedef struct _TRANSPORTCLIENT_SESSION_INFO {
ULONG ulStructureLength;
ULARGE_INTEGER ullFileSize;
ULONG ulBlockSize;
} TRANSPORTCLIENT_SESSION_INFO, *PTRANSPORTCLIENT_SESSION_INFO;
Members
ulStructureLength
The length of this structure in bytes.
ullFileSize
The size of the file, in bytes.
ulBlockSize
The size of a receive block, in bytes.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wdstci.h |