WDS_TRANSPORTPROVIDER_INIT_PARAMS structure (wdstpdi.h)

This structure is used by the WdsTransportProviderInitialize callback function.

Syntax

typedef struct _WDS_TRANSPORTPROVIDER_INIT_PARAMS {
  ULONG  ulLength;
  ULONG  ulMcServerVersion;
  HKEY   hRegistryKey;
  HANDLE hProvider;
} WDS_TRANSPORTPROVIDER_INIT_PARAMS, *PWDS_TRANSPORTPROVIDER_INIT_PARAMS;

Members

ulLength

The length of this structure.

ulMcServerVersion

The multicast server's version.

hRegistryKey

An open handle to the registry key where this provider should store and retrieve its settings.

hProvider

A handle that the provider can use to uniquely identify itself in calls to the multicast server.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]
Header wdstpdi.h