Chat now with support
Chat with Support

InTrust 11.3.2 - InTrust SDK Reference

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.

ICookie

Acts as the owner of a repository search and can stop the search.

Method

Stop

Stops the search that this interface is associated with. This method is called automatically when the last reference to the interface is destroyed.

Caution: This is a synchronous method. It must never be called from notifications received through IObserver, because this will result in a deadlock.

Syntax

HRESULT Stop()

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating