Structure that contains information about the input device that is being used with the container control. This structure is used in the CN_ENTER container notification code only.
typedef struct _NOTIFYRECORDENTER {
HWND hwndCnr; /* Container control handle. */
ULONG fKey; /* Flag. */
PRECORDCORE pRecord; /* Pointer to the RECORDCORE data structure over which an action occurred. */
} NOTIFYRECORDENTER;
typedef NOTIFYRECORDENTER * PNOTIFYRECORDENTER ;