Share via


IGPMStatusMessage Property Methods

The property methods of the IGPMStatusMessage interface get the properties described in the following table. For a general discussion of property methods, see Interface Property Methods in the ADSI documentation.

Properties

ExtensionName

Name of the extension that was being processed when the message was generated.

Access type: Read-only

Scripting data type: String

// C++ method syntax
HRESULT get_ExtensionName(
  [out] BSTR* pVal
);

Message

Message, in human-readable format.

Access type: Read-only

Scripting data type: String

// C++ method syntax
HRESULT get_Message(
  [out] BSTR* pVal
);

ObjectPath

Path of the object to which the message applies.

Access type: Read-only

Scripting data type: String

// C++ method syntax
HRESULT get_ObjectPath(
  [out] BSTR* pVal
);

SettingsName

Name of the policy setting that was being processed when the message was generated.

Access type: Read-only

Scripting data type: String

// C++ method syntax
HRESULT get_SettingsName(
  [out] BSTR* pVal
);

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Gpmgmt.h
IDL
Gpmgmt.idl
DLL
Gpmgmt.dll
IID
IID_IGPMStatusMessage is defined as 8496C22F-F3DE-4A1F-8F58-603CAAA93D7B

See also

IGPMStatusMessage

IGPMStatusMsgCollection