Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
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
Exposes methods for a system thumbnail cache that is shared across applications.
9/30/2011 3:28:03 AM - anonymous
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!