Share via


IWMPCore::get_versionInfo (Windows Embedded CE 6.0)

1/6/2010

The get_versionInfo method retrieves a String value specifying the version of Windows Media Player.

Syntax

HRESULT get_versionInfo( BSTR* pbstrVersionInfo ); 

Parameters

  • pbstrVersionInfo
    [out]  Pointer to a BSTR containing the version info.

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 returned string has the following format: "X.0.0.YYYY" where X represents the major version number and YYYY represents the build number.

See Also

Reference

IWMPCore Interface