INLINE_NOTIFY_DATA_CHANGE_ENTRY Structure

Describes a change to data.

Syntax

typedef struct _INLINE_NOTIFY_DATA_CHANGE_ENTRY {
    LONG eChangeAdviseCode;
    LPCWSTR pszPhysicalAddress;
    const BLOB *pUserData;
} INLINE_NOTIFY_DATA_CHANGE_ENTRY;

Members

  • eChangeAdviseCode
    Values from the SEARCH_KIND_OF_CHANGE enumeration.
  • pszPhysicalAddress
    Pointer to a null-terminated Unicode string that contains the file name as a complete path or the URL address of the data.
  • pUserData
    Pointer to user data to be associated with the notification. This data is passed to search plugins and protocol handlers that implement ISearchProtocol2. This member can be NULL.

Structure Information

Header and IDL files searchapi.h, gthrntfyinline.idl
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista