MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::GetCaptureRegionSizeRange

IESFProperties::GetCaptureRegionSizeRange

HRESULT GetCaptureRegionSizeRange(
  long *plMinSizeX
  long *plMaxSizeX
  long *plMinSizeY
  long *plMaxSizeY
);

plMinSizeX

[out] Address of a variable that receives the minimum value for the horizontal size of the capture region.

plMaxSizeX

[out] Address of a variable that receives the maximum value for the horizontal size of the capture region.

plMinSizeY

[out] Address of a variable that receives the minimum value for the vertical size of the capture region.

plMaxSizeY

[out] Address of a variable that receives the maximum value for the vertical size of the capture region.

Retrieves the range of the capture region size settings.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

At least one argument is not a valid pointer.

E_FAIL

The operation failed.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Capture Region

IESFProperties::GetCaptureRegionSize

IESFProperties::SetCaptureRegionSize

IESFProperties::GetCaptureRegionPos

IESFProperties::GetCaptureRegionPosRange

IESFProperties::SetCaptureRegionPos