Is it a deletion Stub using C/C++ API

Hey Guys

I am trying to “catch” a inbound document deletion stub via nreplica with my extension manager API code.

The code I have is firing correctly when the server replicates & updated docs. are inbound to the server addin exchange manager I have developed

What I cant get my head around is what indicates that a note has been deleted.

In the sample the tracker code has this snippet

if (UpdateFlags & UPDATE_DELETED)

{

fprintf(pTraceFile[inst-1], “Adding a deletion stub to database.\n”);

goto Exit;

}

UPDATE_DELETED is defined in the document regarding UPDATE_xxx - Flags to control how a note is updated or deleted.

I have searched the API database & cant find any reference to deletion stub.

In this post

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/2715b9e55f3292668525729000359f21?OpenDocument

They are talking about deletion stubs & I have found other similar posts.

But no example of how to extract the unid of the deletion stub.

Does any one have any ideas ?

TIA

NG