Click here to Skip to main content
15,885,985 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 91.9K   2.4K   33  
A graphical tooltip to show the contents of jpgs, bmps etc
/* this ALWAYS GENERATED file contains the definitions for the interfaces */


/* 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(  )


/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif

#include "rpc.h"
#include "rpcndr.h"

#ifndef __ImageTip_h__
#define __ImageTip_h__

#ifdef __cplusplus
extern "C"{
#endif 

/* Forward Declarations */ 

#ifndef __Image_Tip_FWD_DEFINED__
#define __Image_Tip_FWD_DEFINED__

#ifdef __cplusplus
typedef class Image_Tip Image_Tip;
#else
typedef struct Image_Tip Image_Tip;
#endif /* __cplusplus */

#endif 	/* __Image_Tip_FWD_DEFINED__ */


/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"

void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * ); 


#ifndef __IMAGETIPLib_LIBRARY_DEFINED__
#define __IMAGETIPLib_LIBRARY_DEFINED__

/* library IMAGETIPLib */
/* [helpstring][version][uuid] */ 


EXTERN_C const IID LIBID_IMAGETIPLib;

EXTERN_C const CLSID CLSID_Image_Tip;

#ifdef __cplusplus

class DECLSPEC_UUID("ACC8709D-FFBE-49BB-8904-54FBEC874530")
Image_Tip;
#endif
#endif /* __IMAGETIPLib_LIBRARY_DEFINED__ */

/* Additional Prototypes for ALL interfaces */

/* end of Additional Prototypes */

#ifdef __cplusplus
}
#endif

#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