Windows Media Player 11 SDK Settings.isAvailable 

Windows Media Player SDK banner art

Previous Next

Settings.isAvailable

The isAvailable property indicates whether a specified type of information is available or a specified action can be performed.

Syntax

  

Parameters

name

String containing one of the following values.

String Description
AutoStart Determines whether the autoStart property can be set.
Balance Determines whether the balance property can be set.
BaseURL Determines whether the baseURL property can be set.
DefaultFrame Determines whether the defaultFrame property can be set.
EnableErrorDialogs Determines whether the enableErrorDialogs property can be set.
GetMode Determines whether the getMode method can be called.
InvokeURLs Determines whether the invokeURLs property can be set.
Mute Determines whether the mute property can be set.
PlayCount Determines whether the playCount property can be set.
Rate Determines whether the rate property can be set.
SetMode Determines whether the setMode method can be called.
Volume Determines whether the volume property can be set.

Return Values

This method returns a Boolean value.

Requirements

Version: Windows Media Player version 7.0 or later.

Library: Use wmp.dll.

See Also

Previous Next