Jump to content

NOTIFYDELTA

From EDM2

Structure that contains information about the placement of delta information for a container. This structure is used in the CN_QUERYDELTA container notification code only.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _NOTIFYDELTA {
  HWND      hwndCnr;  /*  Container control handle. */
  ULONG     fDelta;   /*  Placement of delta information. */
} NOTIFYDELTA;

typedef   NOTIFYDELTA   * PNOTIFYDELTA ;