Syntax (put)
HRESULT put_UnicastResponsesToMulticastBroadcastDisabled(
[in] VARIANT_BOOL disabled
);
Parameters
- disabled [in]
-
Value of this feature control flag to set.
Syntax (get)
HRESULT get_UnicastResponsesToMulticastBroadcastDisabled(
[out] VARIANT_BOOL *disabled
);
Parameters
- disabled [out]
-
Value of this feature control flag.
Return Value
If the method succeeds, the return value is S_OK.
If the method fails, the return value is one of the following error codes.
| Return code | Description |
- E_ACCESSDENIED
|
The operation was aborted due to permissions issues.
|
- E_INVALIDARG
|
The method failed due to an invalid parameter.
|
- E_OUTOFMEMORY
|
The method was unable to allocate required memory.
|
- E_POINTER
|
The method failed due to an invalid pointer.
|