Jump to content

CNRLAZYDRAGINFO

From EDM2
Revision as of 00:30, 21 April 2025 by Martini (talk | contribs) (Created page with "Container lazy drag information. == Type == struct == C Declaration Method == typedef == Example Code == <pre> 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 * PCNRLAZYDRAGINF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 ;