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.
GPMStarterGPOType defines if the Starter Group Policy object is a system Starter Group Policy object or a custom Starter Group Policy object.
GPMStarterGPOType defines if the Starter Group Policy object is a system Starter Group Policy object or a custom Starter Group Policy object.
typedef enum {
typeSystem = 0,
typeCustom
} GPMStarterGPOType;
Syntax
typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0030_0002 {
typeSystem = 0,
typeCustom
} GPMStarterGPOType;
Constants
typeSystemValue: 0 A system Starter Group Policy object |
typeCustomA custom Starter Group Policy object |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | gpmgmt.h |