WTS_THUMBNAILID (Structures)
Last changed: anonymous

.
Summary
Contains a unique identifier for a thumbnail in the system thumbnail cache.

C# Definition:

[StructLayout(LayoutKind.Sequential, Size = 16), Serializable]
struct WTS_THUMBNAILID
{
    [MarshalAsAttribute(UnmanagedType.ByValArray, SizeConst = 16)]
    byte[] rgbKey;
}

VB Definition:

Structure WTS_THUMBNAILID
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation