PFN_WdsTransportClientReceiveMetadata is an optional callback that a consumer may register to receive metadata type information about a file. This information is provided by the content provider and is opaque to the multicast client and server.
Syntax
VOID CALLBACK PFN_WdsTransportClientReceiveMetadata(
__in HANDLE hSessionKey,
__in PVOID pCallerData,
__in PVOID pMetadata,
__in ULONG ulSize
);
Parameters
- hSessionKey [in]
-
The handle belonging to the session that is being started.
- pCallerData [in]
-
Pointer to the caller specific data for this session. This data was specified in the call to WdsTransportClientStartSession function.
- pMetadata [in]
-
Data provided by the content provider that is associated with this object in some manner.
- ulSize [in]
-
The size of the pMetadata buffer in bytes.
Return Value
This callback function does not return a value.
Requirements
| Minimum supported client | Windows Vista with SP1 |
| Minimum supported server | Windows Server 2008 |
| Header | Wdstci.h |
Send comments about this topic to Microsoft
Build date: 12/11/2009