WSDCreateHttpAddress
Other versions of this page are also available for the following:
8/28/2008
This function creates an IWSDHttpAddress object by calling COM CoCreateInstance.
Syntax
HRESULT WSDCreateHttpAddress(
IWSDHttpAddress** ppAddress
);
Parameters
- ppAddress
Returns a reference to the initialized IWSDHttpAddress object. Cannot be NULL.
Return Value
The following table shows the possible error code return values.
Error Code | Description |
---|---|
S_OK |
The function succeeded. |
E_POINTER |
ppAddress is NULL. |
E_OUTOFMEMORY |
Insufficient memory to complete the operation. |
Requirements
Header | wsdapi.h |
Library | wsdapi.lib |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |
See Also
Reference
Web Services on Devices Functions
Web Services on Devices Reference