Click here to Skip to main content
15,884,938 members
Articles / Desktop Programming / ATL

Zipper Component

Rate me:
Please Sign up or sign in to vote.
4.76/5 (19 votes)
27 Feb 2006CPOL7 min read 95.1K   1.7K   42  
A COM / ATL component for zipping and unzipping files.
/* 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 Mon Feb 27 18:05:56 2006
 */
/* Compiler settings for C:\Zipper\Zipper.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_IZipUtility = {0x5AB9B940,0x848E,0x4FDD,{0xA8,0x41,0x89,0x75,0xC4,0x55,0x50,0x50}};


const IID LIBID_ZIPPERLib = {0x8B093C59,0x1C2C,0x40BF,{0x9C,0x99,0xC8,0x78,0x3E,0x02,0x85,0x42}};


const CLSID CLSID_ZipUtility = {0xD07EDCC5,0x4AB7,0x4B40,{0x91,0xAB,0xC5,0xBA,0xEE,0x7F,0xA6,0x08}};


#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer Blendwerk TI & Media
Mexico Mexico
42

Comments and Discussions