Contains information that the IFileViewer::Show member function uses to display a file.
typedef struct { DWORD cbSize; // size of structure, in bytes HWND hwndOwner; // see below int iShow; // see below DWORD dwFlags; // see below RECT rect; // see below LPUNKNOWN punkrel; // see below OLECHAR strNewFile[MAX_PATH]; // see below } FVSHOWINFO, *LPFVSHOWINFO;
FVSIF_CANVIEWIT |
The file viewer can display the file. |
FVSIF_NEWFAILED |
The file viewer specified a new file to display, but no viewer could display the file. The file viewer should either terminate or continue to display the previous file. |
FVSIF_NEWFILE |
A drag and drop operation has dropped a file on the file viewer window. The file viewer passes the name of the file to the shell by copying the name to strNewFile. The shell attempts to load a file viewer that can display the new file. |
FVSIF_PINNED |
A pinned window exists. A file viewer should either use the pinned window to display the file or set a new pinned window and display the file in it. |
FVSIF_RECT |
rect contains valid data. |
The shell uses this structure to pass information to a file viewer, and a file viewer uses it to return information to the shell.
file: /Techref/os/win/api/win32/struc/src/str08_15.htm, 3KB, , updated: 2000/4/7 11:14, local time: 2024/11/4 21:26,
3.129.63.186: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://massmind.org/Techref/os/win/api/win32/struc/src/str08_15.htm"> FVSHOWINFO</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.