This topic has not yet been rated - Rate this topic

WSDCreateHttpMessageParameters function

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 codeDescription
S_OK

Method completed successfully.

E_INVALIDARG

ppTxParams is NULL.

E_OUTOFMEMORY

Insufficient memory to complete the operation.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Wsdbase.h (include Wsdapi.h)

DLL

Wsdapi.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.