MPR_FILTER_0 structure (mprapi.h)

The MPR_FILTER_0 structure contains static filter configuration information.

Syntax

typedef struct _MPR_FILTER_0 {
  BOOL fEnable;
} MPR_FILTER_0, *PMPR_FILTER_0;

Members

fEnable

A BOOL that specifies the state of the static filters. Set to TRUE if static filters are enabled and FALSE otherwise.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Header mprapi.h

See also

MprConfigFilterGetInfo

MprConfigFilterSetInfo