IWMPCore::get_status (Windows Embedded CE 6.0)
1/6/2010
The get_status method retrieves the status of Windows Media Player.
Syntax
HRESULT get_status( BSTR* pbstrStatus );
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.