Indicates which method of domain enumeration is used for populating an InTrust site. If the result is ComputerListDomainEnumeration, you can cast this to IComputerListDomainEnumeration to obtain and modify the configuration.
Gets the method of domain enumeration used for populating an InTrust site.
HRESULT Type(
[out, retval] enum DomainEnumerationType* pType
);
Name | Type | Meaning |
---|---|---|
pType |
enum DomainEnumerationType* |
Which method of domain enumeration is used. |
Represents computers in an InTrust site that are indicated by an Active Directory domain.
Gets the domain that indicates the computers.
HRESULT Domain(
[out, retval]BSTR* bstrDomain
);
Name | Type | Meaning |
---|---|---|
bstrDomain |
BSTR* |
Domain that indicates the computers. |
Sets the domain that indicates the computers.
RESULT Domain(
[in]BSTR bstrDomain
);
Name | Type | Meaning |
---|---|---|
bstrDomain |
BSTR |
Domain that indicates the computers. |
Represents a script that enumerates the computers to include in an InTrust site.
Returns the script that enumerates site computers.
HRESULT Script(
[out, retval]IScript** ppScript
);
Name | Type | Meaning |
---|---|---|
ppScript |
IScript** |
Script that enumerates site computers. |
Sets the script that enumerates site computers.
HRESULT Script(
[in]IScript* pScript
);
Name | Type | Meaning |
---|---|---|
pScript |
Script that enumerates site computers. |
Returns the name of the script.
HRESULT Name(
[out, retval]BSTR* bstrName
);
Name | Type | Meaning |
---|---|---|
bstrName |
BSTR* |
Name of the script. |
Sets the name of the script.
HRESULT Script(
[in]BSTR bstrName
);
Name | Type | Meaning |
---|---|---|
bstrName |
BSTR |
Name of the script. |
Provides access to the arguments used with the script.
HRESULT Arguments(
[out, retval]IScriptArgumentCollection** ppArguments
);
Name | Type | Meaning |
---|---|---|
ppArguments |
Arguments used with the script. |
Transforms event records to a representation suitable for insertion into a repository by the PutRecords2 method of IRepositoryRecordInserter. For details about event records, see Event Record Data Structures.
Performs the event-to-record transformation.
HRESULT Format(
[in] SAFEARRAY(struct event_with_extensions) events,
[out, retval] IBulkRecord** ppBulkRecord
);
Name | Type | Meaning |
---|---|---|
events |
SAFEARRAY(struct event_with_extensions) |
Event records to put into the repository. |
ppBulkRecord |
IBulkRecord** |
Repository records prepared for insertion. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center