-
Notifications
You must be signed in to change notification settings - Fork 1
/
folderdrag.h
27 lines (23 loc) · 1.46 KB
/
folderdrag.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
26
27
/* FOLDERDRAG.H */
/* Definitionen fr Folder-Drag-Drop */
#define FOLDERDRAGTYPE "FleetStreet Folder"
#define DRMFLEET "DRM_FLEET"
#define DRFFOLDER "DRF_FOLDER"
#define FOLDERRMF "<" DRMFLEET "," DRFFOLDER ">"
#define FOLDERRMFDEL "<" DRMFLEET "," DRFFOLDER ">,<DRM_DISCARD,DRF_UNKNOWN>"
/****************************************************************************/
/* Inhalt von DRAGITEM */
/* */
/* HWND hwndItem; Dialog-Window der Area-Liste */
/* ULONG ulItemID; Pointer auf FOLDERRECORD */
/* HSTR hstrType; s.o. */
/* HSTR hstrRMF; s.o. */
/* HSTR hstrContainerName; - */
/* HSTR hstrSourceName; Name */
/* HSTR hstrTargetName; Name */
/* SHORT cxOffset; */
/* SHORT cyOffset; */
/* USHORT fsControl; DC_CONTAINER */
/* USHORT fsSupportedOps; Moveable */
/****************************************************************************/