Windows Media Player 11 SDK IWMPCore::get_statusĀ
Previous | Next |
IWMPCore::get_status
The get_status method retrieves the status of Windows Media Player.
Syntax
Parameters
pbstrStatus
[out] Pointer to a BSTR containing the status.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
The values returned by this method are subject to change at any time, and should be used for display purposes only.
The IWMPEvents::StatusChange event is fired whenever this property changes value.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
Previous | Next |