Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

WTS_FLAGS (Enums)
 
.
Summary
Used in IThumbnailCache methods to determine the restrictions of thumbnail extraction.

C# Definition:

[Flags]
enum WTS_FLAGS : uint
{
    WTS_EXTRACT = 0x00000000,
    WTS_INCACHEONLY = 0x00000001,
    WTS_FASTEXTRACT = 0x00000002,
    WTS_SLOWRECLAIM = 0x00000004,
    WTS_FORCEEXTRACTION = 0x00000008,
    WTS_EXTRACTDONOTCACHE = 0x00000020,
    WTS_SCALETOREQUESTEDSIZE = 0x00000040,
    WTS_SKIPFASTEXTRACT = 0x00000080,
    WTS_EXTRACTINPROC = 0x00000100
}

VB Definition:

Enum WTS_FLAGS
   TODO
End Enum

Notes:

Documentation
WTS_FLAGS on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions