Structure that contains information about a direct manipulation event that is occurring over the container. The information specified for this structure depends on the container notification code with which it is used. The differences are specified in the following field descriptions. The applicable notification codes are:
typedef struct _CNRDRAGINFO { PDRAGINFO pDragInfo; /* Pointer to a DRAGINFO structure. */ PRECORDCORE pRecord; /* Pointer to a RECORDCORE structure. */ } CNRDRAGINFO; typedef CNRDRAGINFO * PCNRDRAGINFO ;