Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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