Share via


Windows Media Player 11 SDK IWMPRenderConfig::get_inProcOnly 

Windows Media Player SDK banner art

Previous Next

IWMPRenderConfig::get_inProcOnly

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

Syntax

  

Parameters

pfInProc

[in]  Pointer to a BOOL that receives the result. TRUE specifies that playback is restricted to the current process.

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

Using this method with protected content is not supported.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 11.

Header: Include wmprealestate.h.

Library: Use wmp.dll.

See Also

Previous Next