Click here to Skip to main content
15,892,005 members
Articles / Desktop Programming / MFC

Create Thumbnail Extractor Objects for Your MFC Document Types

Rate me:
Please Sign up or sign in to vote.
4.94/5 (23 votes)
21 Nov 20025 min read 356K   4.3K   104  
An article on writing thumbnail shell extensions for your MFC document types
/* 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 Wed Oct 02 00:20:23 2002
 */
/* Compiler settings for C:\Philipso\ThumbnailFramework\ThumbScb\ThumbScb.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 IID_IScribbleExtractor = {0x9F236845,0x3E27,0x44f5,{0xA9,0x39,0x68,0x2B,0xAB,0xA8,0x92,0xC2}};


const IID LIBID_THUMBSCBLib = {0x7B077FC1,0x07BF,0x4184,{0x89,0xFB,0x9C,0x09,0xAD,0x33,0x13,0x80}};


const CLSID CLSID_ScribbleExtractor = {0xB3A3E4E4,0x08BE,0x4ad2,{0x93,0x33,0xE8,0x95,0x8F,0xA1,0xE0,0x0D}};


#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.


Written By
Web Developer Forthnet
Greece Greece
Software developer and Microsoft Trainer, Athens, Greece (MCT, MCSD.net, MCSE 2003, MCDBA 2000,MCTS, MCITP, MCIPD).

Comments and Discussions