Searched refs:CFullPropSpec (Results 1 – 4 of 4) sorted by relevance
68 class CFullPropSpec class71 CFullPropSpec();72 CFullPropSpec( GUID const & guidPropSet, PROPID pidProperty );73 CFullPropSpec( GUID const & guidPropSet, WCHAR const * wcsProperty );78 CFullPropSpec( CFullPropSpec const & Property );79 CFullPropSpec & operator=( CFullPropSpec const & Property );80 ~CFullPropSpec();88 int operator==( CFullPropSpec const & prop ) const;89 int operator!=( CFullPropSpec const & prop ) const;106 inline void * CFullPropSpec::operator new( size_t size ) in operator new()[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()182 BOOL CFullPropSpec::SetProperty( WCHAR const * wcsProperty ) in SetProperty()[all …]
274 m_pAttributes = new CFullPropSpec[cAttributes]; in Init()277 CFullPropSpec *pAttrib = (CFullPropSpec *) aAttributes; in Init()296 m_pAttributes = new CFullPropSpec[COUNT_ATTRIBUTES]; in Init()
43 class CFullPropSpec;172 CFullPropSpec * m_pAttributes; // Attributes to filter