MMC_FILTER_CHANGE_CODE enumeration (mmc.h)

The MMC_FILTER_CHANGE_CODE enumeration is introduced in MMC 1.2.

The MMC_FILTER_CHANGE_CODE enumeration specifies the filter change codes that can be sent as the arg parameter of an MMCN_FILTER_CHANGE notification in calls to IComponent::Notify.

Syntax

typedef enum _MMC_FILTER_CHANGE_CODE {
  MFCC_DISABLE = 0,
  MFCC_ENABLE = 1,
  MFCC_VALUE_CHANGE = 2
} MMC_FILTER_CHANGE_CODE;

Constants

 
MFCC_DISABLE
Value: 0
The filter view has been turned off.
MFCC_ENABLE
Value: 1
The filter view has been turned on.
MFCC_VALUE_CHANGE
Value: 2
The filter value of a column in a result view filter list has changed. The param parameter of the
IComponent::Notify method contains the column ID.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmc.h

See also

Adding Filtered Views

MMCN_FILTER_CHANGE