API for finding IID_IGatherNotify for WDS

Hi All,

is there any API i can use for finding theIID_IGatherNotify for WDS2.6.5 or 3.0 ?

[126 byte] By [AkshayBhargava] at [2007-12-23]
# 1

Hello Akshay,

I hope this information helps. The following is a method that will initialize the Gatherer interface and specify the index to notify and the application store to monitor.

Syntax

void Init( 
BSTR bstrApplication,

BSTR bstrProject,

variant varScopesBstrArray

);

Parameters

bstrApplication

[in] This string specifies the application.

bstrProject

[in] This string contains the name of the indexer to pass gatherer information to.

varScopesBstrArray

[in] This optional variable allows you to pass an array of scopes to be initialized.

Return Value

No return value.

Remarks

Initialize with application="RSApp", Project="MyIndex".

Paul Nystrom - MSFT

PaulNystrom-MSFT at 2007-8-30 > top of Msdn Tech,Windows Search Technologies,Windows Desktop Search Development...