BDA_CHANGE_STATE enumeration

The BDA_CHANGE_STATE enumerated type contains values that specify the state of topology changes in a filter.

Syntax

typedef enum BDA_CHANGE_STATE { 
  BDA_CHANGES_COMPLETE  = 0,
  BDA_CHANGES_PENDING   = 1
} BDA_CHANGE_STATE, *PBDA_CHANGE_STATE;

Constants

  • BDA_CHANGES_COMPLETE
    BDA topology changes are complete.

  • BDA_CHANGES_PENDING
    BDA topology changes are pending.

Requirements

Header

Bdatypes.h (include Bdatypes.h)

See also

BdaGetChangeState

 

 

Send comments about this topic to Microsoft