Click here to Skip to main content
15,892,298 members
Articles / Programming Languages / C++

Image Tip - A popup thumbnail shell extension

Rate me:
Please Sign up or sign in to vote.
3.89/5 (10 votes)
8 Mar 20043 min read 92.3K   2.4K   33  
A graphical tooltip to show the contents of jpgs, bmps etc
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */

/* link this file in with the server and any clients */


/* File created by MIDL compiler version 5.01.0164 */
/* at Fri Mar 05 16:10:10 2004
 */
/* Compiler settings for C:\SOURCE\PRIVATE\ImageTip\ImageTip.idl:
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
    error checks: allocation ref bounds_check enum stub_data 
*/
//@@MIDL_FILE_HEADING(  )
#ifdef __cplusplus
extern "C"{
#endif 


#ifndef __IID_DEFINED__
#define __IID_DEFINED__

typedef struct _IID
{
    unsigned long x;
    unsigned short s1;
    unsigned short s2;
    unsigned char  c[8];
} IID;

#endif // __IID_DEFINED__

#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED

const IID LIBID_IMAGETIPLib = {0x3FA848E8,0x871A,0x44D7,{0xA0,0xA1,0xEB,0xB2,0xEF,0x34,0xDE,0x8F}};


const CLSID CLSID_Image_Tip = {0xACC8709D,0xFFBE,0x49BB,{0x89,0x04,0x54,0xFB,0xEC,0x87,0x45,0x30}};


#ifdef __cplusplus
}
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Sweden Sweden
I have now moved to Sweden for love, and recently married a lovely Swede.


-----------------
I started programming on BBC micros (6502) when I was six and never quite stopped even while I was supposed to be studying physics and uni.

I've been working for ~13 years writing software for machine control and data analysis. I now work on financial transaction transformation software, for a Software company in Gamlastan, Stockholm.
Look at my articles to see my excellent coding skills. I'm modest too!

Comments and Discussions