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 IWSDHttpMessageParameters object.
Syntax
HRESULT WSDCreateHttpMessageParameters(
IWSDHttpMessageParameters **ppTxParams
);
Parameters
ppTxParams
Returns a reference to the initialized IWSDHttpMessageParameters object. Cannot be NULL.
Return value
Possible return values include, but are not limited to, the following:
| Return code | Description |
|---|---|
|
Method completed successfully. |
|
ppTxParams 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 |