Click here to Skip to main content
15,896,348 members
Articles / Desktop Programming / ATL

ATL Splitter ActiveX control

Rate me:
Please Sign up or sign in to vote.
4.67/5 (6 votes)
16 Nov 1999CPOL4 min read 153.4K   2.4K   56  
A port of my splitter ActiveX control with MFC to ATL.
/* 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 May 05 12:05:09 1999
 */
/* Compiler settings for D:\SplitterATLControl\SplitterATLControl.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_ISplitter = {0xD0EC4221,0x0245,0x11D3,{0x82,0x8C,0x00,0x00,0x01,0x17,0x70,0x53}};


const IID LIBID_SPLITTERATLCONTROLLib = {0xD0EC4213,0x0245,0x11D3,{0x82,0x8C,0x00,0x00,0x01,0x17,0x70,0x53}};


const IID DIID__ISplitterEvents = {0xD0EC4223,0x0245,0x11D3,{0x82,0x8C,0x00,0x00,0x01,0x17,0x70,0x53}};


const CLSID CLSID_Splitter = {0xD0EC4222,0x0245,0x11D3,{0x82,0x8C,0x00,0x00,0x01,0x17,0x70,0x53}};


const CLSID CLSID_SplitterPropPage = {0x1A4E7876,0x02AC,0x11D3,{0x82,0x8D,0x00,0x00,0x01,0x17,0x70,0x53}};


#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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions