Windows Media Player 11 SDK IWMPRenderConfig Interface 

Windows Media Player SDK banner art

Previous Next

IWMPRenderConfig Interface

The IWMPRenderConfig interface provides methods to specify or retrieve a value indicating whether Media Foundation–based playback is restricted to the current process.

Note Using this interface with protected content is not supported.

In addition to the methods inherited from IUnknown, the IWMPRenderConfig interface exposes the following methods.

Method Description
get_inProcOnly Retrieves a value indicating whether playback is restricted to the current process.
put_inProcOnly Specifies a value indicating whether playback is restricted to the current process.

Retrieve a pointer to IWMPRenderConfig by calling QueryInterface through a pointer to IWMPPlayer.

See Also

Previous Next