Chat now with support
Chat with Support

InTrust 11.4.2 - InTrust SDK Reference

InTrust SDK Overview Repository Services API Log Knowledge Base API Enumerations Interfaces

IActiveDirectorySiteSiteObject

Represents an Active Directory site from which to put computers in an InTrust site.

Methods

Domain (getter)

Returns the domain of the site.

Syntax

HRESULT Domain(

    [out, retval]BSTR* bstrDomain

);

Parameter
Name Type Meaning

bstrDomain

BSTR*

Domain of the site.

Domain (setter)

Sets the domain of the site.

Syntax

HRESULT Domain(

    [in]BSTR bstrDomain

);

Parameter
Name Type Meaning

bstrDomain

BSTR

Domain of the site.

Site (getter)

Returns the name of the site.

Syntax

HRESULT Site(
    [out, retval]BSTR* bstrSite
);

Parameter
Name Type Meaning

bstrSite

BSTR*

Name of the site.

Site (setter)

Sets the name of the site.

Syntax

HRESULT Site(
    [in]BSTR bstrSite
);

Parameter
Name Type Meaning

bstrSite

BSTR

Name of the site.

IBulkEventWithReadExtensions

Use this interface to represent the results of a repository search as an array of event_with_read_extensions structures.

Method

GetRecords

Gets records represented by event_with_read_extensions structures.

Syntax

GetRecords(
    [out,retval] SAFEARRAY(struct event_with_read_extensions)* events
);

Parameter
Name Type Meaning

events

SAFEARRAY(struct event_with_read_extensions)*

Records represented by event_with_read_extensions structures.

IBulkRecord

Represents a batch of repository records as an array of record structures for writing.

Method

GetRecords

Gets records that match search terms.

Syntax

GetRecords(
    [out,retval] SAFEARRAY(struct record)* records
);

Parameter

Name

Type

Meaning

events

SAFEARRAY(struct record)*

Packed repository records.

IBulkRecord2

Represents the results of a repository search as an array of record2 structures.

Method

GetRecords

Gets records that match search terms.

Syntax

GetRecords(
    [out,retval] SAFEARRAY(struct record2)* records
);

Parameter
Name Type Meaning

events

SAFEARRAY(struct record2)*

Discovered repository records.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating