SetShapeEqCompEnableCompressor

Sets the EQCOMP enabled flag.

Syntax

HRESULT SetShapeEqCompEnableCompressor(
         SHAPE_EQCOMP_CONTEXT *context,
         bool enable
)  

Parameters

context
Type: SHAPE_EQCOMP_CONTEXT *

[in, out] Pointer to a SHAPE_EQCOMP_CONTEXT structure.

enable
Type: bool 

True to enable EQCOMP processing.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in shapeeqcompcontext.h.

Library: Use acphal.lib.