Represents an InTrust site of the Microsoft Windows Network type.
Provides access to the credentials used for running the agent service.
HRESULT AgentAccessCredentials(
[in, defaultvalue(CurrentCusomizableCredentials)] enum CustomizableCredentialsType,
[out, retval] ICustomizableCredentials** pCredentials
);
Name | Type | Meaning |
---|---|---|
|
What kind of credential set to use. | |
pCredentials |
Credential set to use. |
Provides access to the choice of domain enumeration method for sites to use.
HRESULT DomainEnumeration(
[in, defaultvalue(CurrentDomainEnumeration)] enum DomainEnumerationType,
[out, retval] IDomainEnumeration** pDomainEnumeration
);
Name | Type | Meaning |
---|---|---|
|
What kind of domain enumeration method to use. | |
pDomainEnumeration |
Choice of domain enumeration mechanism. |
Returns whether automatic installation of agents on the site computers is enabled.
HRESULT InstallAgentsAutomatically(
[out, retval] VARIANT_BOOL* pInstallAutomatically
);
Name | Type | Meaning |
---|---|---|
pInstallAutomatically |
VARIANT_BOOL* |
Whether automatic installation of agents on the site computers is enabled. |
Sets whether automatic installation of agents on the site computers is enabled.
HRESULT InstallAgentsAutomatically(
[in] VARIANT_BOOL pInstallAutomatically
);
Name | Type | Meaning |
---|---|---|
pInstallAutomatically |
VARIANT_BOOL |
Whether automatic installation of agents on the site computers is enabled. |
Provides access to the credentials used for site enumeration and installation of agents on site computers.
HRESULT SiteAccessCredentials(
[in, defaultvalue(CurrentCusomizableCredentials)] enum CustomizableCredentialsType,
[out, retval] ICustomizableCredentials** pCredentials
);
Name | Type | Meaning |
---|---|---|
|
What kind of credential set to use. | |
pCredentials |
Credential set to use. |
A container for search objects that lets you search in all of the specified repositories simultaneously.
|
Caution: This container is optimized for shared use. Therefore, it is strongly recommended that you create only one IMultiRepositorySearcher and reuse it rather than creating different IMultiRepositorySearcher instances for different search queries and sets of repositories. |
Creates a search object that uses multiple repositories at once.
HRESULT MakeMultiSearchObject(
[in] BSTR rel_query,
[in] SAFEARRAY(IDispatch) psaSeachers,
[out, retval] IObservable** search_object
);
Name | Type | Meaning |
---|---|---|
rel_query |
BSTR |
Search query. |
psaSeachers |
SAFEARRAY(IDispatch) |
Searcher interfaces for the repositories you want to search in. |
search_object |
Interface that provides search functionality. |
Creates an instance of IMultiRepositorySearcher.
Creates the IMultiRepositorySearcher.
HRESULT CreateMultiRepositorySearcher(
[in] VARIANT eventory_xml,
[out, retval] IMultiRepositorySearcher** rep_searcher
);
Name | Type | Meaning |
---|---|---|
eventory_xml |
VARIANT |
String representation of the log knowledge base to use with the multi-repository searches. To use the fallback knowledge base, specify null. |
rep_searcher |
The searcher interface capable of working with multiple repositories at once. |
Defines a provider for push-based notification.
HRESULT Subscribe(
[in] IObserver* observer,
[out] ICookie** cookie
);
Name | Type | Meaning |
---|---|---|
observer |
Source of push-based notifications. | |
cookie |
ICookie** |
Keeps the search active while present. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center