Click here to Skip to main content
Click here to Skip to main content

EfTidy: The Tidy Library Wrapper

By , 29 Dec 2011
 
eftidy130componentonly.zip
EfTidy.dll
eftidy130src.zip
EfTidy.def
EfTidy.dsp
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
TidyMyLib.dsp
tidyOption.rgs
eftidy1312componentonly.zip
EfTidy.dll
EfTidy132_Src.zip
EfTidy
EfTidy.def
EfTidy.vcxproj.filters
EfTidy.vcxproj.user
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
tidyOption.rgs
TidyMyLib
TidyMyLib.vcxproj.filters
TidyMyLib.vcxproj.user
eftidycom.zip
EfTidyCom
EfTidy
EfTidy.def
EfTidy.dsp
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
tidyOption.rgs
EfTidyCom.dsw
TidyLib
Src
Release
TidyLib.dsp
EFTidyCom132_Component.zip
EFTidyCom132-Component
EfTidy.dll
eftidycomsampleproject.zip
Sample Project
EfTidy.dll
Using IEfTidyNode and iEfTidyAttr
VbTidynode.frm
vbtidynode.vbp
vbtidynode.vbw
Using ITidyCom & ItidyOption
FirstTidy.vbp
FirstTidy.vbw
Form1.frm
Form1.frx
eftidycomsampleproject11.zip
EfTidy.dll
eftidycomsampleproject12.zip
output
EfTidy.dll
eftidycomsrc11.zip
EfTidy.def
EfTidy.dsp
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
tidyOption.rgs
EfTidyCom.dsw
TidyMyLib.dsp
eftidycomsrc12.zip
~vssc
EfTidy.cpp.ver
EfTidy.h.ver
EfTidyAttr.cpp.ver
EfTidyAttr.h.ver
EfTidyNode.cpp.ver
EfTidyNode.h.ver
resource.h.ver
StdAfx.cpp.ver
StdAfx.h.ver
tidyCom.cpp.ver
tidyCom.h.ver
tidyOption.cpp.ver
tidyOption.h.ver
EfTidy.def
EfTidy.dsp
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
tidyOption.rgs
EfTidyCom.dsw
TidyMyLib.dsp
eftidycomsrc1312.zip
EfTidy.def
EfTidy.dsp
EfTidyAttr.rgs
EfTidyNode.rgs
EfTidyps.def
tidyCom.rgs
tidyOption.rgs
TidyMyLib.dsp
// EfTidyAttr.cpp : Implementation of CEfTidyAttr
#include "stdafx.h"
#include "EfTidy.h"
#include "EfTidyAttr.h"

/////////////////////////////////////////////////////////////////////////////
// CEfTidyAttr

STDMETHODIMP CEfTidyAttr::InterfaceSupportsErrorInfo(REFIID riid)
{
	if(IID_IEfTidyAttr==riid)
		return S_OK;
	
	return S_FALSE;
}

STDMETHODIMP CEfTidyAttr::get_Name(BSTR *pVal)
{
	USES_CONVERSION;
	ctmbstr tmbValue=tidyAttrName(this->m_TidyAttr);

    *pVal=T2BSTR(tmbValue);


	return S_OK;
}

STDMETHODIMP CEfTidyAttr::get_Value(BSTR *pVal)
{

	USES_CONVERSION;
	ctmbstr tmbValue=tidyAttrValue(this->m_TidyAttr);

    *pVal=T2BSTR(tmbValue);
	return S_OK;
}

By viewing downloads associated with this article you agree to the Terms of use 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)

About the Author

ThatsAlok
Software Developer
India India
Member
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 (Great Programmer) , Nishant S(Is he need any introduction?) and DavidCrow and Believes that, he will EXCEL in his life by following there steps!!!
 

In October 2005, He joined the League of Visual C++ MVP Smile | :)

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 29 Dec 2011
Article Copyright 2004 by ThatsAlok
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid