CNRLAZYDRAGINFO: Difference between revisions
Appearance
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..." |
(No difference)
|
Latest revision as of 00:30, 21 April 2025
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 ;