IGatherNotifyInlineInternal::RegisterInlineNotificationClient Method

Registers a client for notifications.

Syntax

HRESULT RegisterInlineNotificationClient(      
    ISearchNotifyInlineSite *pClientSite,
    GUID *pGUIDCatalogResetSignature,
    GUID *pGUIDCheckPointSignature,
    DWORD *pdwLastCheckPointNumber,
    DWORD *pdwClientID
);

Parameters

  • pClientSite
    [in]  The client's call back pointer.
  • pGUIDCatalogResetSignature
    [out]  Returns a pointer to the reset identifier.
  • pGUIDCheckPointSignature
    [out]  Returns a pointer to the MD5 signature.
  • pdwLastCheckPointNumber
    [out]  Returns a pointer to the checkpoint number.
  • pdwClientID
    [out]  Returns a pointer to the client identifier.

Return Value

Returns S_OK if successful, or an error value otherwise.