IPictureMixer2::IsUseExtraBuffer2

From MediaLooks Knowledge Base
Jump to: navigation, search

The IsUseExtraBuffer2 method of the IPictureMixer2 interface is used to determine whether extra buffering is on or off.

Contents

Syntax

HRESULT IsUseExtraBuffer2([out] BOOL* _pbUse);

Parameters

NameDescription
_pbUse[out] Pointer to the boolean result value.


Return Values

Return code Description
S_OK Success.
E_OUTOFMEMORY Insufficient memory.
E_POINTER Null pointer argument.


Remarks

None.

Personal tools