Share via


IVideoProcAmp::getRange_ColorEnable

 
Microsoft DirectShow 9.0

IVideoProcAmp::getRange_ColorEnable

This topic applies only to Windows XP Service Pack 2 and later.

The getRange_ColorEnable method returns the range of color-enable settings supported by the camera.

Syntax

  HRESULT getRange_ColorEnable(
  long*  pMin,
  long*  pMax,
  long*  pSteppingDelta,
  long*  pDefault,
  long*  pCapsFlag
);

Parameters

pMin

[out]  Receives the minimum color-enable setting.

pMax

[out]  Receives the maximum color-enable setting.

pSteppingDelta

[out]  Receives the smallest step between settings.

pDefault

[out]  Receives the default color-enable setting.

pCapsFlag

[out]  Receives one or more flags. See VideoProcAmpFlags.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also