Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information about specific addresses that a host should listen on.
Syntax
typedef struct _WSD_CONFIG_ADDRESSES {
IWSDAddress **addresses;
DWORD dwAddressCount;
} WSD_CONFIG_ADDRESSES, *PWSD_CONFIG_ADDRESSES;
Members
addresses
An array of pointers to IWSDAddress interfaces.
If pszLocalId contains a logical address, the resulting behavior is a mapping between the logical address and a specific set of physical addresses (instead of a mapping between the logical address and a default physical address).
dwAddressCount
The number of items in the addresses array.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | wsdbase.h (include Windows.h) |