Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an IWSDHttpAddress object.
Syntax
HRESULT WSDCreateHttpAddress(
IWSDHttpAddress **ppAddress
);
Parameters
ppAddress
Returns a reference to the initialized IWSDHttpAddress object. Cannot be NULL.
Return value
Possible return values include, but are not limited to, the following:
| 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 |