Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |