IWMPRenderConfig interface (wmprealestate.h)

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.
 

Inheritance

The IWMPRenderConfig interface inherits from the IUnknown interface. IWMPRenderConfig also has these types of members:

Methods

The IWMPRenderConfig interface has these methods.

 
IWMPRenderConfig::get_inProcOnly

The get_inProcOnly method retrieves a value indicating whether playback is restricted to the current process.
IWMPRenderConfig::put_inProcOnly

The put_inProcOnly method specifies a value indicating whether playback is restricted to the current process.

Requirements

   
Target Platform Windows
Header wmprealestate.h

See also

Interfaces