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

IESFProperties::GetCustomResolutionRange

HRESULT GetCustomResolutionRange(
  long *plMinWidth,
  long *plMaxWidth,
  long *plMinHeight,
  long *plMaxHeight
);

plMinWidth

[out] Pointer to a variable that receives the minimum horizontal resolution.

plMaxWidth

[out] Pointer to a variable that receives the maximum horizontal resolution.

plMinHeight

[out] Pointer to a variable that receives the minimum vertical resolution.

plMaxHeight

[out] Pointer to a variable that receives the maximum vertical resolution.

Retrieves the allowed range for the custom resolution setting.

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 a valid pointer.

E_FAIL

The operation failed.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Resolution

IESFProperties::GetResolution

IESFProperties::SetResolution