forked from OS2World/APP-COMM-FleetStreet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodedrag.h
26 lines (21 loc) · 1.38 KB
/
nodedrag.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* NODEDRAG.H */
/* Definitionen fr Node-Drag-Drop */
#define NODEDRAGTYPE "FleetStreet Node"
#define DRMFLEET "DRM_FLEET"
#define DRFNODE "DRF_NODE"
#define NODERMF "<" DRMFLEET "," DRFNODE ">"
/****************************************************************************/
/* Inhalt von DRAGITEM */
/* */
/* HWND hwndItem; Dialog-Window des NL-Browsers */
/* ULONG ulItemID; konstant 0 */
/* HSTR hstrType; s.o. */
/* HSTR hstrRMF; s.o. */
/* HSTR hstrContainerName; Name des Domains, aus dem der Node stammt */
/* HSTR hstrSourceName; Node im Format "z:n/n.p Name" */
/* HSTR hstrTargetName; leer */
/* SHORT cxOffset; */
/* SHORT cyOffset; */
/* USHORT fsControl; - */
/* USHORT fsSupportedOps; Copyable */
/****************************************************************************/