Represents a customizable script-based message formatter used for event forwarding.
Returns the custom script that implements the functionality of the formatter.
HRESULT Data(
[out, retval] BSTR* bstrData
);
Name | Type | Meaning |
---|---|---|
bstrData |
BSTR* |
Custom script that implements the functionality of the formatter. |
Supplies the custom script that implements the functionality of the formatter.
HRESULT Data(
[in] BSTR bstrData
);
Name | Type | Meaning |
---|---|---|
bstrData |
BSTR |
Custom script that implements the functionality of the formatter. |
Provides access to the formatting configuration for forwarded events.
Returns the configuration of message format.
HRESULT MessageFormatType(
[out, retval] IMessageFormatTypeInfo** ppMessageFormatTypeInfo
);
Name | Type | Meaning |
---|---|---|
ppMessageFormatTypeInfo |
Configuration of the message format. |
Returns the display name of the message format.
HRESULT Name(
[out, retval] BSTR* val
);
Name | Type | Meaning |
---|---|---|
val |
BSTR* |
Display name of the message format. |
Defines a message format for forwarded events and can be used as a template for creating new formats.
Returns a new message format item.
HRESULT CreateMessageFormat(
[out, retval]IMessageFormatInfo** ppMessageFormat
);
Name | Type | Meaning |
---|---|---|
ppMessageFormat |
New message format for forwarded events. |
Returns the GUID of the message format.
HRESULT GUID(
[out, retval] BSTR* GUID
);
Name | Type | Meaning |
---|---|---|
GUID |
BSTR* |
GUID of the message format. |
Returns whether this is a customizable script-based message format.
HRESULT IsCustomizable(
[out, retval] VARIANT_BOOL* val
);
Name | Type | Meaning |
---|---|---|
val |
VARIANT_BOOL* |
Whether this is a customizable script-based message format. |
Returns the display name of the message format.
HRESULT Name(
[out, retval] BSTR* val
);
Name | Type | Meaning |
---|---|---|
val |
BSTR* |
Display name of the message format. |
Provides a collection of all message format types supported by InTrust event forwarding.
Returns an enumerator for the collection.
HRESULT _NewEnum(
[out, retval] LPUNKNOWN* pVal
);
Name | Type | Meaning |
---|---|---|
pVal |
LPUNKNOWN* |
Collection enumerator. |
Gets a message format type from the collection by GUID.
HRESULT Item(
[in] BSTR GUID,
[out, retval] IMessageFormatTypeInfo**
);
Name | Type | Meaning |
---|---|---|
GUID |
BSTR |
GUID of the message format type. |
The message format type. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center