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.
Creates an IWSDUdpAddress object.
Syntax
HRESULT WSDCreateUdpAddress(
[in] IWSDUdpAddress **ppAddress
);
Parameters
[in] ppAddress
An IWSDUdpAddress interface pointer. This parameter cannot be NULL.
Return value
This function can return one of these values.
| Return code | Description |
|---|---|
|
Method completed successfully. |
|
ppAddress is NULL. |
|
Insufficient memory to complete the operation. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wsdbase.h (include Wsdapi.h) |
| Library | wsdapi.lib |
| DLL | Wsdapi.dll |