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
-
-
Access type: Read-only
-
Scripting data type: String
-
// C++ method syntax HRESULT get_ExtensionName( [out] BSTR* pVal );
Name of the extension that was being processed when the message was generated.
-
-
Message
-
-
Access type: Read-only
-
Scripting data type: String
-
// C++ method syntax HRESULT get_Message( [out] BSTR* pVal );
Message, in human-readable format.
-
-
ObjectPath
-
-
Access type: Read-only
-
Scripting data type: String
-
// C++ method syntax HRESULT get_ObjectPath( [out] BSTR* pVal );
Path of the object to which the message applies.
-
-
SettingsName
-
-
Access type: Read-only
-
Scripting data type: String
-
// C++ method syntax HRESULT get_SettingsName( [out] BSTR* pVal );
Name of the policy setting that was being processed when the message was generated.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_IGPMStatusMessage is defined as 8496C22F-F3DE-4A1F-8F58-603CAAA93D7B |