Represents an Active Directory site from which to put computers in an InTrust site.
Returns the domain of the site.
HRESULT Domain(
[out, retval]BSTR* bstrDomain
);
Name | Type | Meaning |
---|---|---|
bstrDomain |
BSTR* |
Domain of the site. |
Sets the domain of the site.
HRESULT Domain(
[in]BSTR bstrDomain
);
Name | Type | Meaning |
---|---|---|
bstrDomain |
BSTR |
Domain of the site. |
Returns the name of the site.
HRESULT Site(
[out, retval]BSTR* bstrSite
);
Name | Type | Meaning |
---|---|---|
bstrSite |
BSTR* |
Name of the site. |
Sets the name of the site.
HRESULT Site(
[in]BSTR bstrSite
);
Name | Type | Meaning |
---|---|---|
bstrSite |
BSTR |
Name of the site. |
Use this interface to represent the results of a repository search as an array of event_with_read_extensions structures.
Gets records represented by event_with_read_extensions structures.
GetRecords(
[out,retval] SAFEARRAY(struct event_with_read_extensions)* events
);
Name | Type | Meaning |
---|---|---|
events |
SAFEARRAY(struct event_with_read_extensions)* |
Records represented by event_with_read_extensions structures. |
Represents a batch of repository records as an array of record structures for writing.
Gets records that match search terms.
GetRecords(
[out,retval] SAFEARRAY(struct record)* records
);
Name |
Type |
Meaning |
---|---|---|
events |
SAFEARRAY(struct record)* |
Packed repository records. |
Represents the results of a repository search as an array of record2 structures.
Gets records that match search terms.
GetRecords(
[out,retval] SAFEARRAY(struct record2)* records
);
Name | Type | Meaning |
---|---|---|
events |
SAFEARRAY(struct record2)* |
Discovered repository records. |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center