Container lazy drag information.
typedef struct _CNRLAZYDRAGINFO { PDRAGINFO pDragInfo; /* Pointer to the DRAGINFO structure. */ PRECORDCORE pRecord; /* Pointer to a container RECORDCORE structure. */ HWND hwndTarget; /* Handle of the target winddow that the lazy drag set was dropped on. */ } CNRLAZYDRAGINFO; typedef CNRLAZYDRAGINFO * PCNRLAZYDRAGINFO ;