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.
typedef struct _NOTIFYDELTA { HWND hwndCnr; /* Container control handle. */ ULONG fDelta; /* Placement of delta information. */ } NOTIFYDELTA; typedef NOTIFYDELTA * PNOTIFYDELTA ;