REG_PINFLAG

This structure indicates flags for the dwFlags member in the REGFILTERPINS2 structure.

enum
{
  REG_PINFLAG_B_ZERO = 0x1,
  REG_PINFLAG_B_RENDERER = 0x2,
  REG_PINFLAG_B_MANY = 0x4,
  REG_PINFLAG_B_OUTPUT = 0x8
} REG_PINFLAG;

Elements

  • REG_PINFLAG_B_ZERO
    Flag indicating that the filter has zero instances of this pin.
  • REG_PINFLAG_B_RENDERER
    Flag indicating that the filter renders this input.
  • REG_PINFLAG_B_MANY
    Flag indicating that the filter has more than one instance of this pin.
  • REG_PINFLAG_B_OUTPUT
    Flag indicating that this pin is an output pin.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Dshow.h.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.