GPMReportingOptions enumeration (gpmgmt.h)
GPMReportingOptions defines options for Group Policy Management Console reports.
GPMReportingOptions defines options for Group Policy Management Console reports.
typedef enum {
opReportLegacy = 0,
opReportComments = 1,
} GPMReportingOptions;
Syntax
typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0000_0008 {
opReportLegacy = 0,
opReportComments = 1
} GPMReportingOptions;
Constants
opReportLegacy Value: 0 Use administrative template ADM files. |
opReportComments Value: 1 Include comments. |
Requirements
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | gpmgmt.h |