Lines Matching refs:CFullPropSpec
67 class CFullPropSpec class
70 CFullPropSpec();
71 CFullPropSpec( GUID const & guidPropSet, PROPID pidProperty );
72 CFullPropSpec( GUID const & guidPropSet, WCHAR const * wcsProperty );
77 CFullPropSpec( CFullPropSpec const & Property );
78 CFullPropSpec & operator=( CFullPropSpec const & Property );
79 ~CFullPropSpec();
87 int operator==( CFullPropSpec const & prop ) const;
88 int operator!=( CFullPropSpec const & prop ) const;
105 inline void * CFullPropSpec::operator new( size_t size ) in operator new()
110 inline void * CFullPropSpec::operator new( size_t /*size*/, void * p ) in operator new()
114 inline void CFullPropSpec::operator delete( void * p ) in operator delete()
119 inline BOOL CFullPropSpec::IsValid() const in IsValid()
124 inline void CFullPropSpec::SetPropSet( GUID const & guidPropSet ) in SetPropSet()
128 inline GUID const & CFullPropSpec::GetPropSet() const in GetPropSet()
132 inline PROPSPEC CFullPropSpec::GetPropSpec() const in GetPropSpec()
136 inline WCHAR const * CFullPropSpec::GetPropertyName() const in GetPropertyName()
140 inline PROPID CFullPropSpec::GetPropertyPropid() const in GetPropertyPropid()
144 inline BOOL CFullPropSpec::IsPropertyName() const in IsPropertyName()
148 inline BOOL CFullPropSpec::IsPropertyPropid() const in IsPropertyPropid()