RENDERFILE
Appearance
File-rendering structure.
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _RENDERFILE {
HWND hwndDragFiles; /* Conversation handle. */
HSTR hstrSource; /* Handle to source file name. */
HSTR hstrTarget; /* Handle to target file name. */
USHORT fMove; /* Operation. */
USHORT usRsvd; /* Reserved. */
} RENDERFILE;
typedef RENDERFILE * PRENDERFILE ;