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

IESFProperties::GetIndividualControl

HRESULT GetIndividualControl(
  bool *pbActive
);

pbActive

[out] Pointer to a boolean variable that holds the individual control status.

Checks whether individual control is active or not.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

The argument is not a valid pointer.

E_FAIL

The hardware is not capable of individual control.

E_PROP_ID_UNSUPPORTED

This method is not supported by the pins of the  Euresys source filter.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Source Filter Operation

IESFProperties::SetIndividualControl