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

IESFProperties::GetCaptureRegionSize

HRESULT GetCaptureRegionSize(
  long *plSizeX,
  long *plSizeY
);

plSizeX

[out] Pointer to a variable that receives the capture region horizontal size.

plSizeY

[out] Pointer to a variable that receives the capture region vertical size.

Retrieves the capture region size.

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.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Capture Region

IESFProperties::SetCaptureRegionSize

IESFProperties::GetCaptureRegionSizeRange

IESFProperties::GetCaptureRegionPos

IESFProperties::GetCaptureRegionPosRange

IESFProperties::SetCaptureRegionPos