Platform SDK: Group Policy

IGPEInformation::GetOptions

Retrieves the options the user has selected for the Group Policy snap-in.

HRESULT GetOptions(
  DWORD dwOptions
);

Parameters

dwOptions
Receives the options the user has selected. Currently, this parameter is zero.

Return Values

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Gpedit.h.

See Also

Group Policy Overview, Group Policy Interfaces, IGPEInformation