REG_PINFLAG

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.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.