Jump to content

CNRLAZYDRAGINFO

From EDM2

Container lazy drag information.

Type

struct

C Declaration Method

typedef

Example Code

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 ;