ISystemMediaTransportControls::get_IsEnabled method
Gets a value that indicates if the system media transport controls are enabled for the calling app.
Syntax
HRESULT get_IsEnabled(
[out] boolean *value
);
Parameters
- value [out]
-
Type: boolean*
True if the the system media transport controls are enabled; otherwise false.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client | Windows 10 |
|---|---|
|
Minimum supported server | Windows Server 2016 Technical Preview [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Community Additions
ADD
Show: