Structure that contains information about emphasis that is being applied to a container record. This structure is used in the CN_EMPHASIS container notification code only.
typedef struct _NOTIFYRECORDEMPHASIS {
HWND hwndCnr; /* Container control handle. */
PRECORDCORE pRecord; /* Pointer to a RECORDCORE data structure whose emphasis attribute has been changed. */
ULONG fEmphasisMask; /* Changed emphasis attributes. */
} NOTIFYRECORDEMPHASIS;
typedef NOTIFYRECORDEMPHASIS * PNOTIFYRECORDEMPHASIS ;