WSDCreateUdpMessageParameters function (wsdbase.h)
Retrieves a pointer to the IWSDUdpMessageParameters interface.
Syntax
HRESULT WSDCreateUdpMessageParameters(
[out] IWSDUdpMessageParameters **ppTxParams
);
Parameters
[out] ppTxParams
Pointer to the IWSDUdpMessageParameters interface that you use to specify how often WSD repeats the message transmission.
Return value
Possible return values include, but are not limited to, the following:
Return code | Description |
---|---|
|
Method completed successfully. |
|
ppTxParams is NULL. |
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 |