IRSOPInformation::GetFlags method (gpedit.h)

The GetFlags method retrieves information about the RSoP user interface session.

Syntax

HRESULT GetFlags(
  [out] DWORD *pdwFlags
);

Parameters

[out] pdwFlags

Receives a pointer to a value that contains information about the RSoP session. This parameter can be the following value.

RSOP_INFO_FLAG_LOGGING_MODE

If this value is specified, the RSoP session is in logging mode. If this value is not specified, it indicates that the session is in planning mode.

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.

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

IRSOPInformation