KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct {
  ULONG Capabilities;
  ULONG Reserved0;
} KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S, *PKSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-ksproperty_cameracontrol_image_pin_capability_s)

KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_S structure

Description

Describes image pin control properties in the PROPSETID_VIDCAP_CAMERACONTROL_IMAGE_PIN_CAPABILITY camera control property set.

Members

Capabilities

Indicates the image pin control capabilities.

KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_EXCLUSIVE_WITH_RECORD

If set, the image pin and the record pin cannot function simultaneously.

KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_SEQUENCE_EXCLUSIVE_WITH_RECORD

If set, the image pin and the sequence record pin cannot function simultaneously.

Reserved0

Reserved for system use. Do not use in your driver.

See also

KSPROPERTY_CAMERACONTROL_IMAGE_PIN_CAPABILITY_PROPERTY