Describes the properties of a file that is being copied by means of the clipboard during an OLE drag and drop operation.
typedef struct _FILEDESCRIPTOR { // fod DWORD dwFlags; // see below CLSID clsid; // file class identifier SIZEL sizel; // width and height of file icon POINTL pointl; // screen coordinates of file object DWORD dwFileAttributes; // file attribute flags (FILE_ATTRIBUTE_) FILETIME ftCreationTime; // time of file creation FILETIME ftLastAccessTime; // time of last access to file FILETIME ftLastWriteTime; // time of last write operation DWORD nFileSizeHigh; // high-order word of file size, in bytes DWORD nFileSizeLow; // low-order word of file size, in bytes CHAR cFileName[ MAX_PATH ]; // name of file (null-terminated)
} FILEDESCRIPTOR, *LPFILEDESCRIPTOR;
FD_ACCESSTIME |
The ftLastAccessTime member is valid. |
FD_ATTRIBUTES |
The dwFileAttributes member is valid. |
FD_CLSID |
The clsid member is valid. |
FD_CREATETIME |
The ftCreationTime member is valid. |
FD_FILESIZE |
The nFileSizeHigh and nFileSizeLow members are valid. |
FD_LINKUI |
Treat the operation as “Link.” |
FD_SIZEPOINT |
The sizel and pointl members are valid. |
FD_WRITESTIME |
The ftLastWriteTime member is valid. |
file: /Techref/os/win/api/win32/struc/src/str07_22.htm, 3KB, , updated: 2000/4/7 11:07, local time: 2024/11/4 22:58,
3.133.118.221:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str07_22.htm"> FILEDESCRIPTOR</A> |
Did you find what you needed? |