NOTIFYRECORDEMPHASIS
Appearance
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.
Type
struct
C Declaration Method
typedef
Example Code
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 ;