创建 IWSDUdpAddress 对象。
Syntax
HRESULT WSDCreateUdpAddress(
[in] IWSDUdpAddress **ppAddress
);
参数
[in] ppAddress
IWSDUdpAddress 接口指针。 此参数不能 NULL。
返回值
此函数可以返回其中一个值。
| 返回代码 | Description |
|---|---|
|
方法已成功完成。 |
|
ppAddress 为 NULL。 |
|
内存不足,无法完成作。 |
要求
| Requirement | 价值 |
|---|---|
| 最低支持的客户端 | Windows Vista [仅限桌面应用] |
| 支持的最低服务器 | Windows Server 2008 [仅限桌面应用] |
| 目标平台 | Windows操作系统 |
| Header | wsdbase.h (包括 Wsdapi.h) |
| Library | wsdapi.lib |
| DLL | Wsdapi.dll |