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.
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 |