Click here to Skip to main content
15,895,841 members
Articles / Programming Languages / Visual Basic

EfTidy: The Tidy Library Wrapper

Rate me:
Please Sign up or sign in to vote.
4.91/5 (36 votes)
6 Sep 2013GPL310 min read 186.3K   5K   88  
A free component for HTML parsing and cleaning
/* 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 Tue May 03 12:50:08 2005
 */
/* Compiler settings for D:\Alok\Working\Tidy\eftidycomsrc11\EfTidy\EfTidy.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_ItidyCom = {0xBD053321,0xADA9,0x4795,{0xAB,0xE6,0x55,0xEE,0xFB,0xCC,0x5D,0x60}};


const IID IID_ItidyOption = {0xF3651919,0xEF0D,0x4685,{0x8A,0x67,0xBE,0x1F,0x28,0x02,0x88,0xAD}};


const IID IID_IEfTidyNode = {0xAD02C5B4,0x4F57,0x48CE,{0x8E,0xBF,0xFD,0xFC,0xC9,0x1C,0x68,0x27}};


const IID IID_IEfTidyAttr = {0xFCDBA5A8,0xE9E6,0x49B2,{0xA7,0xF7,0xBE,0x72,0x04,0xA6,0xD8,0xE7}};


const IID LIBID_EFTIDYLib = {0x7F1DF5A6,0x127B,0x41A5,{0x98,0xF1,0x21,0xF0,0x7E,0x40,0xF9,0xE0}};


const CLSID CLSID_tidyCom = {0xC7CB7E40,0xB6ED,0x4400,{0xB1,0xBD,0x4F,0x84,0xCB,0x6D,0x3C,0xB0}};


const CLSID CLSID_tidyOption = {0x27185B44,0x3FBD,0x40BE,{0xB6,0xE9,0xBE,0xCD,0x53,0xFF,0x19,0xB9}};


const CLSID CLSID_EfTidyNode = {0xCF1F556D,0x8C33,0x421B,{0xA6,0xCA,0xD0,0x12,0x07,0x65,0x5A,0x6D}};


const CLSID CLSID_EfTidyAttr = {0x329BE6B4,0x8E18,0x41E5,{0xA5,0x65,0xCB,0xA3,0x06,0x07,0x13,0x61}};


#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 GNU General Public License (GPLv3)


Written By
Software Developer (Senior)
India India
He used to have biography here Smile | :) , but now he will hire someone (for free offcourse Big Grin | :-D ), Who writes his biography on his behalf Smile | :)

He is Great Fan of Mr. Johan Rosengren (his idol),Lim Bio Liong, Nishant S and DavidCrow and Believes that, he will EXCEL in his life by following there steps!!!

He started with Visual C++ then moved to C# then he become language agnostic, you give him task,tell him the language or platform, he we start immediately, if he knows the language otherwise he quickly learn it and start contributing productively

Last but not the least, For good 8 years he was Visual CPP MSMVP!

Comments and Discussions