ISystemMediaTransportControls::add_PropertyChanged method
[The feature associated with this page, Media Transport Controls, is a legacy feature. It has been superseded by System Media Transport Controls. System Media Transport Controls has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use System Media Transport Controls instead of Media Transport Controls, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Adds an event handler for the PropertyChanged event.
Syntax
HRESULT add_PropertyChanged(
IEventHandler<ISystemMediaTransportControlsPropertyChangedEventArgs*> *handler,
EventRegistrationToken *token
);
Parameters
-
handler
-
Type: IEventHandler<ISystemMediaTransportControlsPropertyChangedEventArgs*>*
The delegate to a method that handles the button pressed event.
-
token
-
Type: EventRegistrationToken*
A token that identifies the registered event handler.
Return value
Type: HRESULT
This method returns one of the Direct3D 12 Return Codes.
Requirements
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
|
IDL |
|