Represents an InTrust site, which can be a regular site visible in InTrust Manager or a hidden internal site associated with a collection visible in InTrust Deployment Manager.
To work with methods that are specific to sites of the Microsoft Windows Network type, cast this to IMicrosoftNetworkSite
Returns the description of the site.
HRESULT Description(
[out, retval]BSTR* bstrDescription
);
Name | Type | Meaning |
---|---|---|
bstrDescription |
BSTR* |
Description of the site. |
Sets the description of the site.
HRESULT Description(
[in]BSTR bstrDescription
);
Name | Type | Meaning |
---|---|---|
bstrDescription |
BSTR |
Description of the site. |
Returns the interval (in hours) between site enumerations that refresh the site membership.
HRESULT EnumerationPeriod(
[out, retval] long* pEnumerationPeriod
);
Name | Type | Meaning |
---|---|---|
pEnumerationPeriod |
long* |
Interval (in hours) between site enumerations that refresh the site membership. |
Sets the interval (in hours) between site enumerations that refresh the site membership.
HRESULT EnumerationPeriod(
[in] long enumerationPeriod
);
Name | Type | Meaning |
---|---|---|
pEnumerationPeriod |
long |
Interval (in hours) between site enumerations that refresh the site membership. |
Returns the ID of the site.
HRESULT ID(
[out, retval] BSTR* pID
);
Name | Type | Meaning |
---|---|---|
pID |
BSTR* |
ID of the site. |
Returns the name of the site.
HRESULT Name(
[out, retval] BSTR* bstrName
);
Name | Type | Meaning |
---|---|---|
bstrName |
BSTR* |
Name of the site. |
Sets the name of the site.
HRESULT Name(
[in]BSTR bstrName
);
Name | Type | Meaning |
---|---|---|
bstrName |
BSTR |
Name of the site. |
Returns the InTrust server that manages the site.
HRESULT Server(
[out, retval] IInTrustServer3** ppServer
);
Name | Type | Meaning |
---|---|---|
ppServer |
InTrust server that manages the site. |
Sets the InTrust server that manages the site.
HRESULT Server(
[in] IInTrustServer3* pServer
);
Name | Type | Meaning |
---|---|---|
pServer |
InTrust server that manages the site. |
Provides access to the collection of objects in the site.
HRESULT SiteObjects(
[out, retval] ISiteObjectCollection** pSiteObjects
);
Name | Type | Meaning |
---|---|---|
pSiteObjects |
Collection of objects in the site. |
Returns the type of the site.
HRESULT Type(
[out, retval] enum SiteType* pSiteType
);
Name | Type | Meaning |
---|---|---|
pSiteType |
enum SiteType* |
Type of the site. |
Represents a computer that is included in an InTrust site.
Returns the access name of the computer. This is either the IP address or the same as the name returned by the OriginalName method.
HRESULT AccessName(
[out, retval] BSTR* pbstrName
);
Name | Type | Meaning |
---|---|---|
pbstrName |
BSTR* |
Access name of the computer. |
Returns the ID of the agent installed on the computer.
HRESULT AgentID(
[out, retval] BSTR* pbstrAgentID
);
Name | Type | Meaning |
---|---|---|
pbstrAgentID |
BSTR* |
ID of the agent installed on the computer. |
Returns whether the computer is treated as active by the InTrust server.
HRESULT Alive(
[out, retval] VARIANT_BOOL* pvbAlive
);
Name | Type | Meaning |
---|---|---|
pvbAlive |
VARIANT_BOOL* |
Whether the computer is treated as active by the InTrust server. |
Returns the IP address of the computer.
HRESULT IPAddress(
[out, retval] long* lIP
);
Name | Type | Meaning |
---|---|---|
lIP |
long* |
IP address of the computer. |
Returns the name of the computer, as shown, for example, in the system properties in Windows.
HRESULT Name(
[out, retval] BSTR* pbstrName
);
Name | Type | Meaning |
---|---|---|
pbstrName |
BSTR* |
Name of the computer. |
Returns the official host name of the computer. This is either the FQDN or the canonical name, whichever is the result of resolving the name.
HRESULT OfficialHostName(
[out, retval] BSTR* pbstrName
);
Name | Type | Meaning |
---|---|---|
pbstrName |
BSTR* |
Official host name of the computer. |
Returns the original name of the computer. This is the name that was originally provided by the user for adding the computer to the site.
HRESULT OriginalName(
[out, retval] BSTR* pbstrName
);
Name | Type | Meaning |
---|---|---|
pbstrName |
BSTR* |
Original name of the computer. |
Returns the current status of the computer.
HRESULT Status(
[out, retval] BSTR* pbstrName
);
Name | Type | Meaning |
---|---|---|
pbstrName |
BSTR* |
Current status of the computer. |
Represents the distributed indexing configuration for a repository.
Provides access to the security settings for distributed indexing of the repository.
HRESULT IndexBuilderAccessCredentials(
[in, defaultvalue(CurrentCusomizableCredentials)] enum CustomizableCredentialsType,
[out, retval] ICustomizableCredentials** pCredentials
);
Name | Type | Meaning |
---|---|---|
|
| |
pCredentials |
Security settings for distributed indexing of the repository. |
Returns the ID of the InTrust site whose agents must perform distributed indexing operations.
HRESULT SiteId(
[out, retval] BSTR* siteId
);
Name | Type | Meaning |
---|---|---|
siteId |
BSTR* |
ID of the InTrust site whose agents must perform distributed indexing operations. |
Specifies the ID of the InTrust site whose agents must perform distributed indexing operations.
HRESULT SiteId(
[in] BSTR siteId
);
Name | Type | Meaning |
---|---|---|
siteId |
BSTR |
ID of the InTrust site whose agents must perform distributed indexing operations. |
Provides access to the security settings for performing repository indexing.
HRESULT IndexBuilderAccess(
[in, defaultvalue(CurrentIndexBuilderAccess)] enum IndexBuilderAccessType,
[out, retval] IIndexBuilderAccess** pIndexPathType
);
Name | Type | Meaning |
---|---|---|
|
What kind of account is used for repository indexing. | |
pIndexPathType |
Security settings for performing repository indexing. |
Represents a computer-specifying object that can be included in an InTrust site. Sites can be populated by indicating computers in a variety of ways, including IP ranges and Active DIrectory domains.
Returns the type of the site object.
HRESULT Type(
[out, retval]enum SiteObjectType* type
);
Name | Type | Meaning |
---|---|---|
type |
enum SiteObjectType* |
Type of the site object. |
Returns the ID of the site object.
HRESULT ID(
[out, retval] BSTR* pID
);
Name | Type | Meaning |
---|---|---|
pID |
BSTR* |
ID of the site object. |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center