Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |