Represents an InTrust site associated with a collection visible in InTrust Deployment Manager.
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. |
Enumerates the computers in the site.
HRESULT Enumerate(
[out, retval] ISiteComputerCollection** ppIterator
);
Name | Type | Meaning |
---|---|---|
ppIterator |
ISiteComputerCollection** |
Enumerated 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. |
Installs agents on the site computers.
HRESULT InstallAgents();
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. |
© ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center