IMediaRendererActionInformation::IsStopAvailable method
Retrieves a value that indicates whether the DMR is currently accepting the StopAsync method.
Syntax
HRESULT IsStopAvailable(
[out] boolean *value
);
Parameters
-
value [out]
-
A boolean value that is True if the DMR is currently accepting the StopAsync method and False if it is not.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |