IPictureMixer2::IsUseExtraBuffer2
From MediaLooks Knowledge Base
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
| Name | Description | |
| _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.