Provides access to global InTrust event forwarding settings.
Returns the message formats that InTrust supports for event forwarding.
HRESULT SupportedMessageFormats(
[out, retval] IMessageFormatTypeInfoCollection** ppMessageFormats
);
Name | Type | Meaning |
---|---|---|
ppMessageFormats |
Message formats that InTrust supports for event forwarding. |
Returns the transports that InTrust event forwarding supports.
HRESULT SupportedTransports(
[out, retval] ITransportInfoCollection** ppTransports
);
Name | Type | Meaning |
---|---|---|
ppTransports |
Transports that InTrust event forwarding supports. |
Represents the sites in an InTrust organization.
Returns an enumerator for the collection.
HRESULT _NewEnum(
[out, retval] LPUNKNOWN* pVal
);
Name | Type | Meaning |
---|---|---|
pVal |
LPUNKNOWN* |
Collection enumerator. |
Adds a site to the collection.
HRESULT Add(
[in] enum SiteType site,
[out, retval] ISite**
);
Name | Type | Meaning |
---|---|---|
site |
enum SiteType |
What kind of site to add. |
|
ISite** |
The site to add to the collection. |
Gets a site from the collection by identity.
HRESULT Item(
[in] BSTR siteIdentity,
[out, retval] ISite**
);
Name | Type | Meaning |
---|---|---|
siteIdentity |
BSTR |
Identity of the site. The method accepts site display names and GUIDs. |
|
ISite** |
The returned site. |
Removes the site with the specified identity from the collection.
HRESULT Remove(
[in] BSTR siteIdentity
);
Name | Type | Meaning |
---|---|---|
siteIdentity |
BSTR |
Identity of the site to remove. The method accepts site display names and GUIDs. |
Represents a range of IP addresses that are included in an InTrust site.
Returns the starting IP address in the range.
HRESULT FromIPAddress(
[out, retval]BSTR* bstrIPAddress
);
Name | Type | Meaning |
---|---|---|
bstrIPAddress |
BSTR* |
Starting IP address in the range. |
Sets the starting IP address in the range.
HRESULT FromIPAddress(
[in]BSTR bstrIPAddress
);
Name | Type | Meaning |
---|---|---|
bstrIPAddress |
BSTR |
Starting IP address in the range. |
Returns the ending IP address in the range.
HRESULT ToIPAddress(
[out, retval]BSTR* bstrIPAddress
);
Name | Type | Meaning |
---|---|---|
bstrIPAddress |
BSTR* |
Ending IP address in the range. |
Sets the ending IP address in the range.
HRESULT ToIPAddress(
[in]BSTR bstrIPAddress
);
Name | Type | Meaning |
---|---|---|
bstrIPAddress |
BSTR |
Ending IP address in the range. |
Represents a subset of the configuration of an InTrust job.
Provides access to the credentials that the job uses for access to the resources it requires.
HRESULT JobCredentials(
[in, defaultvalue(CurrentCusomizableCredentials)] enum CustomizableCredentialsType type,
[out, retval] ICustomizableCredentials** ppCredentials
);
Name | Type | Meaning |
---|---|---|
type |
What kind of credential set is used. | |
ppCredentials |
Definition of the credential set used. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center