IGroupPolicyObject::GetOptions method (gpedit.h)

The GetOptions method retrieves the options for the GPO.

Syntax

HRESULT GetOptions(
  [out] DWORD *dwOptions
);

Parameters

[out] dwOptions

Receives the options. This parameter can be one or more of the following options.

GPO_OPTION_DISABLE_USER

The user portion of the GPO is disabled.

GPO_OPTION_DISABLE_MACHINE

The computer portion of the GPO is disabled.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the method returns one of the COM error codes defined in the Platform SDK header file WinError.h.

Remarks

To set the options for a GPO, you can call the SetOptions method.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header gpedit.h
DLL Gpedit.dll

See also

Group Policy Interfaces

Group Policy Overview

IGroupPolicyObject

SetOptions