Searched refs:CFullPropSpec (Results 1 – 4 of 4) sorted by relevance
67 class CFullPropSpec class70 CFullPropSpec();77 CFullPropSpec( CFullPropSpec const & Property );78 CFullPropSpec & operator=( CFullPropSpec const & Property );79 ~CFullPropSpec();114 inline void CFullPropSpec::operator delete( void * p ) in operator delete()119 inline BOOL CFullPropSpec::IsValid() const in IsValid()128 inline GUID const & CFullPropSpec::GetPropSet() const in GetPropSet()132 inline PROPSPEC CFullPropSpec::GetPropSpec() const in GetPropSpec()144 inline BOOL CFullPropSpec::IsPropertyName() const in IsPropertyName()[all …]
70 CFullPropSpec::CFullPropSpec() in CFullPropSpec() function in CFullPropSpec86 CFullPropSpec::CFullPropSpec( GUID const & guidPropSet, PROPID pidProperty ) : in CFullPropSpec() function in CFullPropSpec102 CFullPropSpec::CFullPropSpec( GUID const & guidPropSet, in CFullPropSpec() function in CFullPropSpec118 CFullPropSpec::CFullPropSpec( CFullPropSpec const & src ) : in CFullPropSpec() function in CFullPropSpec150 CFullPropSpec & CFullPropSpec::operator=( CFullPropSpec const & Property ) in operator =()153 this->CFullPropSpec::~CFullPropSpec(); in operator =()158 new (this) CFullPropSpec( Property ); in operator =()164 CFullPropSpec::~CFullPropSpec() in ~CFullPropSpec()172 void CFullPropSpec::SetProperty( PROPID pidProperty ) in SetProperty()205 int CFullPropSpec::operator==( CFullPropSpec const & prop ) const in operator ==()[all …]
273 m_pAttributes = new CFullPropSpec[cAttributes]; in Init()276 CFullPropSpec *pAttrib = (CFullPropSpec *) aAttributes; in Init()295 m_pAttributes = new CFullPropSpec[COUNT_ATTRIBUTES]; in Init()
43 class CFullPropSpec;172 CFullPropSpec * m_pAttributes; // Attributes to filter
Completed in 14 milliseconds